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

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

Public Methods

Method 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 method

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

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int