Gets the name of the Website.

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

Syntax

C#
public string SiteName { get; set; }
Visual Basic
Public Property SiteName As String
	Get
	Set
Visual C++
public:
property String^ SiteName {
	String^ get ();
	void set (String^ value);
}

See Also