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

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

Méthodes publiques

Свойство Type Description
PropertyValueCount uint
PropertyValues Microsoft.Protocols.TestSuites.MS_OXORULE.AddressBookTaggedPropertyValue[]

Méthodes publiques

Méthode Description
Parse ( byte rawData, int &index ) : AddressBookPropValueList

Parse the AddressBookPropValueList structure.

Method Details

Parse() public static méthode

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.
Résultat AddressBookPropValueList

Property Details

PropertyValueCount public_oe property

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

PropertyValues public_oe property

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