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

The FlatUIDArray_r structure encodes an array of FlatUID_r data structures.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
CValues uint

Public Methods

Method Description
Serialize ( ) : byte[]

This method is used for serializing the FlatUIDArray_r.

Method Details

Serialize() public method

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

Property Details

CValues public property

The number of FlatUID_r structures represented in the FlatUIDArray_r structure. This value MUST NOT exceed 100,000.
public uint CValues
return uint