다음을 통해 공유


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, 현재 요소는 기본 페더레이션 구성 합니다.

적용 대상

추가 정보