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

The Binary_r structure encodes an array of un-interpreted bytes.
Mostra file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
Cb uint

Public Methods

Method Description
Serialize ( ) : byte[]

This method is used for serializing the Binary_r.

Method Details

Serialize() public method

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

Property Details

Cb public_oe property

The number of un-interpreted bytes represented in this structure. This value MUST NOT exceed 2,097,152.
public uint Cb
return uint