Compartir a través de


AtomLinkMetadata.Href Propiedad

Obtiene o establece el URI del vínculo.

Espacio de nombres:  Microsoft.Data.OData.Atom
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property Href As Uri
    Get
    Set
'Uso
Dim instance As AtomLinkMetadata
Dim value As Uri

value = instance.Href

instance.Href = value
public Uri Href { get; set; }
public:
property Uri^ Href {
    Uri^ get ();
    void set (Uri^ value);
}
member Href : Uri with get, set
function get Href () : Uri
function set Href (value : Uri)

Valor de la propiedad

Tipo: System.Uri
El URI del vínculo.

Vea también

Referencia

AtomLinkMetadata Clase

Espacio de nombres Microsoft.Data.OData.Atom