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

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

Méthodes publiques

Свойство Type Description
PropertyTagCount uint

Méthodes publiques

Méthode Description
Parse ( byte rawData, int &index ) : LargePropTagArray

Parse the Large property tag array from the response data.

Method Details

Parse() public static méthode

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.
Résultat LargePropTagArray

Property Details

PropertyTagCount public_oe property

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