This document is archived and information here might be outdated. Recommended version. |
Indicates whether queue is used during index.
[Visual Basic .NET]
Public Property UseQueue As Boolean
[C#]
public bool UseQueue {get; set;}
[C++]
HRESULT get_UseQueue(
Boolean* UseQueue
);
[C++]
HRESULT put_UseQueue(
VARIANT_BOOL UseQueue
);
[C++] Parameters UseQueue [out, retval]
UseQueue is a parameter of type bool* UseQueue [in]
UseQueue is a parameter of type bool