Gets a value that indicates whether the page control is for a new management object. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As Boolean

value = Me.IsNewObject

Syntax

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

Property Value

true if the page control is for a new management object; otherwise false.

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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also