ProtocolEndpoint.Location Propriedade
Definição
Obtém ou define a localização.Gets or sets the location. Este é um elemento obrigatório.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
Valor da propriedade
O URI que representa o local para a instância atual.The URI that represents the location for the current instance.