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

Encodes the TaggedValue field of the PropertyRestriction data structure.
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
PropTag uint
Reserved1 uint
Reserved2 uint

Public Methods

Method Description
Serialize ( ) : byte[]

This method is used for serializing the ExistRestriction_r.

Method Details

Serialize() public method

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

Property Details

PropTag public property

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

Reserved1 public property

Reserved. All clients and servers MUST set this value to the constant 0x00000000.
public uint Reserved1
return uint

Reserved2 public property

Reserved. All clients and servers MUST set this value to the constant 0x00000000.
public uint Reserved2
return uint