IODataRequestMessage.Url 屬性
取得或設定此要求訊息的要求 URL。
命名空間: Microsoft.Data.OData
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Property Url As Uri
Get
Set
'用途
Dim instance As IODataRequestMessage
Dim value As Uri
value = instance.Url
instance.Url = value
Uri Url { get; set; }
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}
abstract Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)
屬性值
型別:System.Uri
此要求訊息的要求 URL。