Freigeben über


ODataResourceCollectionInfo.Url-Eigenschaft

Ruft den URI ab, der die URL (Unified Resource Locator) für die Auflistung darstellt, oder legt ihn fest.

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)

Eigenschaftswert

Typ: System.Uri
Der URI, der die URL (Unified Resource Locator) für die Auflistung darstellt.

Siehe auch

Verweis

ODataResourceCollectionInfo Klasse

Microsoft.Data.OData-Namespace