Indicates if this page contains templated Web parts.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Boolean

See Also