C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.NamedPropertyInfo

The Named Property Information Format provides context to any named property tags which are present in the structure it precedes. For every distinct (unique) named property used in the structure it precedes, the Named Property Information structure MUST contain one PropId-NamedProperty pair. Each PropId field is a property ID that MUST have a value of 0x8000 or greater and uniquely identifies the named property within an extended rule.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to an ActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this struct

Size ( ) : int

Get the total Size of ActionData

Method Details

Deserialize() public method

Deserialized byte array to an ActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contain data of an ActionData instance.
return uint

Serialize() public method

Get serialized byte array for this struct
public Serialize ( ) : byte[]
return byte[]

Size() public method

Get the total Size of ActionData
public Size ( ) : int
return int