获取或设置用于此请求消息的请求 URL。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Url As Uri
Get
Set
用法
Dim instance As ODataBatchOperationRequestMessage
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
public:
virtual property Uri^ Url {
Uri^ get () sealed;
void set (Uri^ value) sealed;
}
abstract Url : Uri with get, set
override Url : Uri with get, set
final function get Url () : Uri
final function set Url (value : Uri)
属性值
类型:System.Uri
用于此请求消息的请求 URL。