Gets or sets the used xml index.

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

Syntax

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

See Also