C-DEngine 5.105

ThePageBlocks..::..IsPublic Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsPublic { get; set; }
Public Property IsPublic As Boolean
	Get
	Set
public:
property bool^ IsPublic {
	bool^ get ();
	void set (bool^ value);
}