FederationConfigurationElement::Name Property
.NET Framework (current version)
Gets or sets the name attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::IsKey)] property String^ Name { String^ get(); void set(String^ value); }
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
Available since 4.5
Show: