Proprietà ODataResourceCollectionInfo.Url
Ottiene o imposta l'URI che rappresenta l'URL (Unified Resource Locator) della raccolta.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Url As Uri
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Uri
URI che rappresenta l'URL (Unified Resource Locator) della raccolta.