Propriété ODataResourceCollectionInfo.Url
Obtient ou définit l'URI représentant l'URL (Unified Resource Locator) de la collection.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Url As Uri
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Uri
URI représentant l'URL (Unified Resource Locator) de la collection.