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

Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
ErrorCode uint
Index ushort
PropertyTag PropertyTag

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public method

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
return int

Property Details

ErrorCode public property

Unsigned 32-bit integer. This value specifies the error that occurred when processing this property.
public uint ErrorCode
return uint

Index public property

Unsigned 16-bit integer. This value specifies an index into an array of property tags.
public ushort Index
return ushort

PropertyTag public property

PropertyTag structure. This value specifies the property for which there was an error.
public PropertyTag,Microsoft.Protocols.TestSuites.Common PropertyTag
return PropertyTag