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

The PropertyTagArray_r structure is an encoding of the PropTagArray data structure.
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Values uint

Public Methods

Method Description
Serialize ( ) : byte[]

This method is used for serializing the PropertyTagArray_r.

Method Details

Serialize() public method

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

Property Details

Values public_oe property

Encodes the Count field in the PropTagArray structure.
public uint Values
return uint