Share via


Endpoint.Identity 속성

정의

엔드포인트의 엔드포인트 ID를 가져오거나 설정합니다.

public:
 property System::ServiceModel::EndpointIdentity ^ Identity { System::ServiceModel::EndpointIdentity ^ get(); void set(System::ServiceModel::EndpointIdentity ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.XamlIntegration.EndpointIdentityConverter))]
public System.ServiceModel.EndpointIdentity Identity { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.XamlIntegration.EndpointIdentityConverter))>]
member this.Identity : System.ServiceModel.EndpointIdentity with get, set
Public Property Identity As EndpointIdentity

속성 값

EndpointIdentity

엔드포인트의 EndpointIdentity입니다.

특성

적용 대상