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

The AddressBookPropertyValueList structure contains a list of properties and their value.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyValueCount uint
PropertyValues Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookTaggedPropertyValue[]

공개 메소드들

메소드 설명
Parse ( byte rawData, int &index ) : AddressBookPropertyValueList

Parse the AddressBookPropertyValueList structure.

메소드 상세

Parse() 공개 정적인 메소드

Parse the AddressBookPropertyValueList structure.
public static Parse ( byte rawData, int &index ) : AddressBookPropertyValueList
rawData byte The raw data of response buffer.
index int The start index.
리턴 AddressBookPropertyValueList

프로퍼티 상세

PropertyValueCount 공개적으로 프로퍼티

An unsigned integer that specifies the number of structures contained in the PropertyValues field.
public uint PropertyValueCount
리턴 uint

PropertyValues 공개적으로 프로퍼티

An array of AddressBookTaggedPropertyValue structures, each of which specifies a property and its value.
public AddressBookTaggedPropertyValue[],Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP PropertyValues
리턴 Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookTaggedPropertyValue[]