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

PropertyValueNode with property's value and error code
Inheritance: AddressBookPropertyValue
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Parse ( Context context ) : void

Parse bytes in context into a FlaggedPropertyValueNode

Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the Size of this struct.

Method Details

Parse() public method

Parse bytes in context into a FlaggedPropertyValueNode
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 struct.
public Size ( ) : int
return int