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

ファイルを表示 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PermissionDataFlags byte
PropertyValueCount ushort
PropertyValues Microsoft.Protocols.TestSuites.Common.PropertyValue[]

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this structure.
public Size ( ) : int
return int

Property Details

PermissionDataFlags public_oe property

This field is used to specify the type of operation.
public byte PermissionDataFlags
return byte

PropertyValueCount public_oe property

This value specifies the number of value structures in the PropertyValues field.
public ushort PropertyValueCount
return ushort

PropertyValues public_oe property

The number of structures contained in this field is specified by the PropertyValueCount field. These values are used to specify and describe the modify operations.
public PropertyValue[],Microsoft.Protocols.TestSuites.Common PropertyValues
return Microsoft.Protocols.TestSuites.Common.PropertyValue[]