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

Inheritance: AddressBookPropertyValue
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PropertyId ushort
PropertyType ushort

Public Methods

Method Description
Parse ( Context context ) : void

Parse bytes in context into TaggedPropertyValueNode

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 TaggedPropertyValueNode
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

Property Details

PropertyId public property

A 16-bit unsigned integer that identifies the property.
public ushort PropertyId
return ushort

PropertyType public property

16-bit unsigned integer that identifies the data type of the property value.
public ushort PropertyType
return ushort