次の方法で共有


ODataBatchOperationRequestMessage.Url プロパティ

この要求メッセージの要求 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。

実装

IODataRequestMessage.Url

関連項目

参照

ODataBatchOperationRequestMessage クラス

Microsoft.Data.OData 名前空間