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

The LargePropTagArray structure contains a list of property tags.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PropertyTagCount uint

Public Methods

Method Description
Parse ( byte rawData, int &index ) : LargePropTagArray

Parse the Large property tag array from the response data.

Method Details

Parse() public static method

Parse the Large property tag array from the response data.
public static Parse ( byte rawData, int &index ) : LargePropTagArray
rawData byte The response data.
index int The start index of response data.
return LargePropTagArray

Property Details

PropertyTagCount public property

The number of PropertyName_r structures in this aggregation. The value MUST NOT exceed 100,000.
public uint PropertyTagCount
return uint