FederationConfigurationElement.Name Property

Definition

Gets or sets the name attribute.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

The name of this federation configuration element.

Attributes

Remarks

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.

Applies to

See also