C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.AddressBookPropValueList

The AddressBookPropValueList structure contains a list of properties and their value.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PropertyValueCount uint
PropertyValues Microsoft.Protocols.TestSuites.MS_OXORULE.AddressBookTaggedPropertyValue[]

Public Methods

Method Description
Parse ( byte rawData, int &index ) : AddressBookPropValueList

Parse the AddressBookPropValueList structure.

Method Details

Parse() public static method

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.
return AddressBookPropValueList

Property Details

PropertyValueCount public property

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

PropertyValues public property

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