C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.PropertyValue_r

The PropertyValue_r structure is an encoding of the PropertyValue data structure
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropTag Microsoft.Protocols.TestSuites.Common.PropertyTag
Reserved uint
Value byte[]

프로퍼티 상세

PropTag 공개적으로 프로퍼티

Encodes the proptag of the property whose value is represented by the PropertyValue_r data structure.
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropTag
리턴 Microsoft.Protocols.TestSuites.Common.PropertyTag

Reserved 공개적으로 프로퍼티

Reserved. All clients and servers MUST set this value to the constant 0x00000000.
public uint Reserved
리턴 uint

Value 공개적으로 프로퍼티

Encodes the actual value of the property represented by the PropertyValue_r data structure.
public byte[] Value
리턴 byte[]