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

Encodes the TaggedValue field of the PropertyRestriction data structure.
Показать файл Открыть проект

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

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

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

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

This method is used for serializing the ExistRestriction_r.

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

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

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

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

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

Encodes the PropTag field of the ExistRestriction data structure.
public uint PropTag
Результат uint

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

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

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

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