Gets a DataTable that contains all the Website rows.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public DataTable WebsiteTable { get; }
Visual Basic (Declaration)
Public ReadOnly Property WebsiteTable As DataTable
Visual C++
public:
property DataTable^ WebsiteTable {
	DataTable^ get ();
}

See Also