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입니다.