C# Класс Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookPropertyValueList

The AddressBookPropertyValueList structure contains a list of properties and their value.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]