UIPage.IsCreationMode Property
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
'Usage
Dim value As Boolean
value = Me.IsCreationMode
Syntax
'Declaration
Protected ReadOnly Property IsCreationMode As Boolean
protected bool IsCreationMode { get; }
protected:
property bool IsCreationMode {
bool get ();
}
/** @property */
protected boolean get_IsCreationMode ()
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
Reference
UIPage Class
UIPage Members
Microsoft.EnterpriseManagement.UI Namespace