Gets or sets XmlSchemaCollection for the xml type.

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

Syntax

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

See Also