PeerCustomResolverElement.Address Property

Definition

Contains the URI of the schema used for the custom peer resolver configuration XML.

public:
 property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Address : Uri with get, set
Public Property Address As Uri

Property Value

Uri

The URI the schema used for the custom peer resolver configuration XML.

Attributes

Applies to