ProtocolEndpoint.Location Property

Definition

Gets or sets the location. This is a required element.

public:
 property Uri ^ Location { Uri ^ get(); void set(Uri ^ value); };
public Uri Location { get; set; }
member this.Location : Uri with get, set
Public Property Location As Uri

Property Value

Uri

The URI that represents the location for the current instance.

Applies to