C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.ContentRestriction_r

The ContentRestriction_r structure is an encoding of the ContentRestriction data structure.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Свойство Type Description
FuzzyLevel uint
PropTag uint

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

This method is used for serializing the ContentRestriction_r.

Method Details

Serialize() public méthode

This method is used for serializing the ContentRestriction_r.
public Serialize ( ) : byte[]
Résultat byte[]

Property Details

FuzzyLevel public_oe property

Encodes the FuzzyLevelLow and FuzzyLevelHigh fields of the ContentRestriction data structure.
public uint FuzzyLevel
Résultat uint

PropTag public_oe property

Encodes the PropertyTag field of the ContentRestriction data structure.
public uint PropTag
Résultat uint