C# 클래스 Microsoft.Protocols.TestSuites.MS_OXORULE.AddressBookPropValueList

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

공개 프로퍼티들

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

공개 메소드들

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

Parse the AddressBookPropValueList structure.

메소드 상세

Parse() 공개 정적인 메소드

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

프로퍼티 상세

PropertyValueCount 공개적으로 프로퍼티

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

PropertyValues 공개적으로 프로퍼티

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