Gets a Boolean value that determines whether the UI page is used for creation mode or upgrade mode. Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)

Usage

Visual Basic
Dim value As Boolean

value = Me.IsCreationMode

Syntax

Visual Basic
Protected ReadOnly Property IsCreationMode As Boolean
C#
protected bool IsCreationMode { get; }
C++
protected:
property bool IsCreationMode {
		bool get ();
}
J#
/** @property */
protected boolean get_IsCreationMode ()
JScript
protected function get IsCreationMode () : boolean

Property Value

Returns true if the UI page is used for creation mode, and returns false if the UI page is not used for creation mode.

Remarks

Use the UsageMode of the context object to define what the page is used for.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also