Freigeben über


AtomLinkMetadata.Href-Eigenschaft

Ruft den URI des Links ab oder legt ihn fest.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Href As Uri
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Uri
Der URI des Links.

Siehe auch

Verweis

AtomLinkMetadata Klasse

Microsoft.Data.OData.Atom-Namespace