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

Наследование: AddressBookPropertyValue
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
PropertyId ushort
PropertyType ushort

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

Метод Описание
Parse ( Context context ) : void

Parse bytes in context into TaggedPropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the Size of this struct.

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

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

Parse bytes in context into TaggedPropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
Результат void

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Return the Size of this struct.
public Size ( ) : int
Результат int

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

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

A 16-bit unsigned integer that identifies the property.
public ushort PropertyId
Результат ushort

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

16-bit unsigned integer that identifies the data type of the property value.
public ushort PropertyType
Результат ushort