FederationConfigurationElement::Name Property

.NET Framework (current version)
 

Gets or sets the name attribute.

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

public:
[ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::IsKey)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of this federation configuration element.

The name attribute sets the name to associate with this <federationConfiguration> element. If the Name property is null, the current element is the default federation configuration.

.NET Framework
Available since 4.5
Return to top
Show: