Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
Protocols
TestSuites
MS_OXORULE
ContentRestriction_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.ContentRestriction_r
The ContentRestriction_r structure is an encoding of the ContentRestriction data structure.
Show file
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 property
Encodes the FuzzyLevelLow and FuzzyLevelHigh fields of the ContentRestriction data structure.
public
uint
FuzzyLevel
return
uint
PropTag
public property
Encodes the PropertyTag field of the ContentRestriction data structure.
public
uint
PropTag
return
uint