C# Класс Microsoft.Protocols.TestSuites.Common.RopSetSearchCriteriaRequest

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FolderIdCount ushort
FolderIds ulong[]
InputHandleIndex byte
LogonId byte
RestrictionData byte[]
RestrictionDataSize ushort
RopId byte
SearchFlags uint

Открытые методы

Метод Описание
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this structure.

Описание методов

Serialize() публичный Метод

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Результат byte[]

Size() публичный Метод

Return the size of this structure.
public Size ( ) : int
Результат int

Описание свойств

FolderIdCount публичное свойство

This value specifies the number of IDs in the FolderIds field.
public ushort FolderIdCount
Результат ushort

FolderIds публичное свойство

This field contains identifiers that specify which folders are searched.
public ulong[] FolderIds
Результат ulong[]

InputHandleIndex публичное свойство

This index specifies the location in the Server Object Handle Table where the handle for the input Server Object is stored.
public byte InputHandleIndex
Результат byte

LogonId публичное свойство

This value specifies the logon associated with this operation.
public byte LogonId
Результат byte

RestrictionData публичное свойство

This field contains a restriction packet, as specified in [MS-OXCDATA] section 2.13. The restriction specifies the filter for this search folder.
public byte[] RestrictionData
Результат byte[]

RestrictionDataSize публичное свойство

This value specifies the length of the RestrictionData field.
public ushort RestrictionDataSize
Результат ushort

RopId публичное свойство

This value specifies the type of remote operation. For this operation, this field is set to 0x30.
public byte RopId
Результат byte

SearchFlags публичное свойство

These flags control the search for a search folder.
public uint SearchFlags
Результат uint