ClaimTypeElement::IsOptional Property

 

Gets or sets a boolean value that specifies whether the claim is optional.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("isOptional", DefaultValue = false)]
property bool IsOptional {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the claim is optional; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: