FederationConfigurationElement.Name プロパティ

定義

name 属性を取得または設定します。

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

プロパティ値

フェデレーション構成要素の名前。

属性

注釈

属性は name 、この <federationConfiguration> 要素に関連付ける名前を設定します。 プロパティが の Name 場合、 null現在の要素は既定のフェデレーション構成です。

適用対象

こちらもご覧ください