다음을 통해 공유


ODataMessageWriter.WriteProperty 메서드

ODataProperty를 메시지 페이로드로 씁니다.

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

구문

‘선언
Public Sub WriteProperty ( _
    property As ODataProperty _
)
‘사용 방법
Dim instance As ODataMessageWriter
Dim property As ODataProperty

instance.WriteProperty(property)
public void WriteProperty(
    ODataProperty property
)
public:
void WriteProperty(
    ODataProperty^ property
)
member WriteProperty : 
        property:ODataProperty -> unit 
public function WriteProperty(
    property : ODataProperty
)

매개 변수

참고 항목

참조

ODataMessageWriter 클래스

Microsoft.Data.OData 네임스페이스