ServiceNameElement.Name 속성

정의

ServiceNameElement 인스턴스의 SPN(서비스 공급자 이름)을 가져오거나 설정합니다.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name")]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name")>]
member this.Name : string with get, set
Public Property Name As String

속성 값

String 인스턴스의 SPN 표현을 포함하는 ServiceNameElement입니다.

특성

적용 대상