C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.AddressBookPropertyValue

This define the base class for a property value node
Inheritance: Microsoft.Protocols.TestSuites.Common.Node
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( Context context ) : void

Parse bytes in context into a PropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Parse() public méthode

Parse bytes in context into a PropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
Résultat void

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of this structure.
public Size ( ) : int
Résultat int