Bearbeiten

PeerCustomResolverElement.Identity Property

Definition

Gets the identity for custom peer resolvers configured with this element.

public:
 property System::ServiceModel::Configuration::IdentityElement ^ Identity { System::ServiceModel::Configuration::IdentityElement ^ get(); };
[System.Configuration.ConfigurationProperty("identity")]
public System.ServiceModel.Configuration.IdentityElement Identity { get; }
[<System.Configuration.ConfigurationProperty("identity")>]
member this.Identity : System.ServiceModel.Configuration.IdentityElement
Public ReadOnly Property Identity As IdentityElement

Property Value

IdentityElement that contains the identity for custom peer resolvers configured with this element.

Attributes

Applies to