IUDefFieldIsIndexed Property |
Is this field indexed for faster searching?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property IsIndexed As Boolean
Get
Dim instance As IUDefField
Dim value As Boolean
value = instance.IsIndexed
property bool IsIndexed {
bool get ();
}
Property Value
Type:
Boolean
See Also