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

Inheritance: AddressBookPropertyValue
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
PropertyId ushort
PropertyType ushort

Méthodes publiques

Méthode 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 méthode

Parse bytes in context into TaggedPropertyValueNode
public Parse ( Context context ) : void
context Context The value of Context
Résultat void

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the Size of this struct.
public Size ( ) : int
Résultat int

Property Details

PropertyId public_oe property

A 16-bit unsigned integer that identifies the property.
public ushort PropertyId
Résultat ushort

PropertyType public_oe property

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