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

The PropertyValue_r structure is an encoding of the PropertyValue data structure
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
PropTag uint
Reserved uint

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

Метод Описание
Serialize ( ) : byte[]

This method is used for serializing the PropertyValue_r.

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

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

This method is used for serializing the PropertyValue_r.
public Serialize ( ) : byte[]
Результат byte[]

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

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

Encodes the property tag of the property whose value is represented by the PropertyValue_r data structure.
public uint PropTag
Результат uint

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

Reserved. All clients and servers MUST set this value to the constant 0x00000000.
public uint Reserved
Результат uint