Gets or sets a boolean which indicates if this website uses tagging or not.

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

Syntax

C#
public bool UseTagging { get; set; }
Visual Basic
Public Property UseTagging As Boolean
	Get
	Set
Visual C++
public:
property bool UseTagging {
	bool get ();
	void set (bool value);
}

See Also