C# Класс Microsoft.Protocols.TestSuites.MS_OXORULE.AddressBookPropertyRow

The AddressBookPropertyRow structure contains a list of property values without including the property tags that correspond to the property values.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Flag byte
ValueArray List

Открытые методы

Метод Описание
Parse ( byte rawBuffer, LargePropTagArray propTagArray, int &index ) : AddressBookPropertyRow

Parse the AddressBookPropertyRow structure.

Описание методов

Parse() публичный статический Метод

Parse the AddressBookPropertyRow structure.
public static Parse ( byte rawBuffer, LargePropTagArray propTagArray, int &index ) : AddressBookPropertyRow
rawBuffer byte The raw data returned from server.
propTagArray LargePropTagArray The list of property tags.
index int The start index.
Результат AddressBookPropertyRow

Описание свойств

Flag публичное свойство

A byte that indicates whether all property values are present and without error in the ValueArray field.
public byte Flag
Результат byte

ValueArray публичное свойство

An array of variable-sized structures that contains the property values.
public List ValueArray
Результат List