Udostępnij za pośrednictwem


FederationConfigurationElement.Name Właściwość

Definicja

Pobiera lub ustawia name atrybut .

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

Wartość właściwości

Nazwa tego elementu konfiguracji federacyjnej.

Atrybuty

Uwagi

Atrybut name ustawia nazwę do skojarzenia z tym <federationConfiguration> elementem. Name Jeśli właściwość to null, bieżący element jest domyślną konfiguracją federacyjną.

Dotyczy

Zobacz też