This document is archived and information here might be outdated. Recommended version. |
Indicators whether items are indexed.
[Visual Basic .NET] Public Property ItemsIndexed As Integer
[C#] public int ItemsIndexed {get; set;}
[C++]
HRESULT get_ItemsIndexed(
long ItemsIndexed
);
[C++]
HRESULT put_ItemsIndexed(
System.Int32* ItemsIndexed
);
[C++]
Parameters ItemsIndexed [in]
ItemsIndexed is a parameter of type long ItemsIndexed [out, retval]
ItemsIndexed is a parameter of type long*