Endpoint.Identity Свойство

Определение

Возвращает или задает идентификатор конечной точки для конечной точки.

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 конечной точки.

Атрибуты

Применяется к