Gets or sets an index type.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public XmlIndexType IndexType { get; set; }
Visual Basic (Declaration)
Public Property IndexType As XmlIndexType
Visual C++
public:
property XmlIndexType IndexType {
	XmlIndexType get ();
	void set (XmlIndexType value);
}

See Also