AtomCategoriesMetadata.Href Property
Gets or sets the URI of the category document.
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 AtomCategoriesMetadata
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 category document.
Remarks
If this property is not null, the properties Fixed and Fixed must be both null and the Fixed must be either null or empty collection.