Gets or sets a value indicating whether the property should be indexed
by the installed IIndexer.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool IsIndexed { get; set; } |
Visual Basic |
---|
Public Property IsIndexed As Boolean Get Set |
Visual C++ |
---|
public: property bool IsIndexed { bool get (); void set (bool value); } |