WSFederationElement::IsConfigured Property

.NET Framework (current version)
 

Gets a value that indicates whether this element has been configured with non-default values.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property bool IsConfigured {
	bool get();
}

Property Value

Type: System::Boolean

true if the element has been configured with non-default values; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: