ClaimTypeElement.IsOptional Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of de claim optioneel is.

public:
 property bool IsOptional { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isOptional", DefaultValue=false)]
public bool IsOptional { get; set; }
[<System.Configuration.ConfigurationProperty("isOptional", DefaultValue=false)>]
member this.IsOptional : bool with get, set
Public Property IsOptional As Boolean

Waarde van eigenschap

true indien de claim optioneel is; anders, false.

Kenmerken

Van toepassing op