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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

This method is used for serializing the Propertyrestriction_r.

Method Details

Serialize() public méthode

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

Property Details

PropTag public_oe property

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

Relop public_oe property

Encodes the RelOp field of the PropertyRestriction data structure.
public uint Relop
Résultat uint