Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
Protocols
TestSuites
MS_OXORULE
BinaryArray_r
C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.BinaryArray_r
The BinaryArray_r structure is an array of Binary_r data structures.
Datei anzeigen
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 BinaryArray_r.
Method Details
Serialize()
public
method
This method is used for serializing the BinaryArray_r.
public
Serialize
( ) :
byte[]
return
byte[]
Property Details
CValues
public_oe property
The number of Binary_r data structures represented in the BinaryArray_r structure. This value MUST NOT exceed 100,000.
public
uint
CValues
return
uint