True if the default template, false otherwise

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also