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

The StringArray_r structure encodes an array of references to 8-bit character strings.
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 StringArray_r.

Method Details

Serialize() public method

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

Property Details

CValues public property

The number of 8-bit character string references represented in the StringArray_r structure. This value MUST NOT exceed 100,000.
public uint CValues
return uint