Gets boolean value indicating if the CWebsite is the default website

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsDefaultWebsite { get; }
Visual Basic
Public ReadOnly Property IsDefaultWebsite As Boolean
	Get
Visual C++
public:
property bool IsDefaultWebsite {
	bool get ();
}

See Also