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

The ContentRestriction_r structure is an encoding of the ContentRestriction data structure.
Mostrar archivo Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
FuzzyLevel uint
PropTag uint

Public Methods

Method Description
Serialize ( ) : byte[]

This method is used for serializing the ContentRestriction_r.

Method Details

Serialize() public method

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

Property Details

FuzzyLevel public_oe property

Encodes the FuzzyLevelLow and FuzzyLevelHigh fields of the ContentRestriction data structure.
public uint FuzzyLevel
return uint

PropTag public_oe property

Encodes the PropertyTag field of the ContentRestriction data structure.
public uint PropTag
return uint