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

상속: AddressBookPropertyValue
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyId ushort
PropertyType ushort

공개 메소드들

메소드 설명
Parse ( Context context ) : void

Parse bytes in context into TaggedPropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the Size of this struct.

메소드 상세

Parse() 공개 메소드

Parse bytes in context into TaggedPropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
리턴 void

Serialize() 공개 메소드

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
리턴 byte[]

Size() 공개 메소드

Return the Size of this struct.
public Size ( ) : int
리턴 int

프로퍼티 상세

PropertyId 공개적으로 프로퍼티

A 16-bit unsigned integer that identifies the property.
public ushort PropertyId
리턴 ushort

PropertyType 공개적으로 프로퍼티

16-bit unsigned integer that identifies the data type of the property value.
public ushort PropertyType
리턴 ushort