Gets or sets a value indicating whether the property should be indexed by the installed IIndexer.

Namespace: Simol
Assembly: 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);
}

Field Value

true if the property is indexed; otherwise, false.

See Also