次の方法で共有


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されている場合、現在の要素は既定のフェデレーション構成です。

適用対象

こちらもご覧ください