Propriété AtomLinkMetadata.Href
Obtient ou définit l'URI du lien.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Href As Uri
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Uri
URI du lien.