다음을 통해 공유


ODataBatchOperationRequestMessage.Method 속성

이 요청 메시지에 사용할 HTTP 메서드를 가져옵니다.

네임스페이스:  Microsoft.Data.OData
어셈블리:  Microsoft.Data.OData(Microsoft.Data.OData.dll)

구문

‘선언
Public Property Method As String
    Get
    Set
‘사용 방법
Dim instance As ODataBatchOperationRequestMessage
Dim value As String

value = instance.Method

instance.Method = value
public string Method { get; set; }
public:
virtual property String^ Method {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Method : string with get, set
override Method : string with get, set
final function get Method () : String
final function set Method (value : String)

속성 값

유형: System.String
이 요청 메시지에 대한 HTTP 메서드입니다.

구현

IODataRequestMessage.Method

참고 항목

참조

ODataBatchOperationRequestMessage 클래스

Microsoft.Data.OData 네임스페이스