다음을 통해 공유


IODataRequestMessage.Method 속성

이 요청 메시지에 대한 HTTP 메서드를 가져오거나 설정합니다.

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

구문

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

value = instance.Method

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

속성 값

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

참고 항목

참조

IODataRequestMessage 인터페이스

Microsoft.Data.OData 네임스페이스