获取或设置用于此请求消息的请求 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。