C# Class Microsoft.Protocols.TestSuites.Common.TaggedPropertyValue

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

Public Properties

Property Type Description
PropertyTag PropertyTag

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

PropertyTag public property

PropertyTag structure giving the PropertyId and PropertyType for the property
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropertyTag
return PropertyTag