Share via


AtomLinkMetadata.Href Property

Gets or sets the URI of the link.

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)

Property Value

Type: System.Uri
The URI of the link.

See Also

Reference

AtomLinkMetadata Class

Microsoft.Data.OData.Atom Namespace