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

The PropertyValue_r structure is an encoding of the PropertyValue data structure
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PropTag Microsoft.Protocols.TestSuites.Common.PropertyTag
Reserved uint
Value byte[]

Property Details

PropTag public property

Encodes the proptag of the property whose value is represented by the PropertyValue_r data structure.
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropTag
return Microsoft.Protocols.TestSuites.Common.PropertyTag

Reserved public property

Reserved. All clients and servers MUST set this value to the constant 0x00000000.
public uint Reserved
return uint

Value public property

Encodes the actual value of the property represented by the PropertyValue_r data structure.
public byte[] Value
return byte[]