다음을 통해 공유


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> 요소와 연결할 이름을 설정합니다. 속성이 Namenull면 현재 요소가 기본 페더레이션 구성입니다.

적용 대상

추가 정보