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

The ContentRestriction_r structure is an encoding of the ContentRestriction data structure.
Показать файл Открыть проект

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

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

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

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

This method is used for serializing the ContentRestriction_r.

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

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

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

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

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

Encodes the FuzzyLevelLow and FuzzyLevelHigh fields of the ContentRestriction data structure.
public uint FuzzyLevel
Результат uint

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

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