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

The PropertyRestriction_r structure is an encoding of the PropertyRestriction data structure.
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
PropTag uint
Relop uint

Public Methods

Method Description
Serialize ( ) : byte[]

This method is used for serializing the Propertyrestriction_r.

Method Details

Serialize() public method

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

Property Details

PropTag public property

Encodes the PropTag field of the PropertyRestriction data structure.
public uint PropTag
return uint

Relop public property

Encodes the RelOp field of the PropertyRestriction data structure.
public uint Relop
return uint