Gets a boolean indicating whether this CNavMenu is published.

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

Syntax

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

See Also