Freigeben über


SmsPageControl.IsNewObject Property

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

'Usage
Dim value As Boolean

value = Me.IsNewObject

Syntax

'Declaration
Protected ReadOnly Property IsNewObject As Boolean
protected bool IsNewObject { get; }
protected:
property bool IsNewObject {
    bool get ();
}
/** @property */
protected boolean get_IsNewObject ()
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

Reference

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace