ODataResourceCollectionInfo.Url Property

Gets or sets the URI representing the Unified Resource Locator (URL) to the collection.

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

Syntax

'Declaration
Public Property Url As Uri 
    Get 
    Set
'Usage
Dim instance As ODataResourceCollectionInfo 
Dim value As Uri 

value = instance.Url

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

Property Value

Type: System.Uri
The URI representing the Unified Resource Locator (URL) to the collection.

See Also

Reference

ODataResourceCollectionInfo Class

Microsoft.Data.OData Namespace