Indicates
true if the current object is a new instance of
the class.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsPageReference
Dim value As Boolean
value = instance.NewInstance
instance.NewInstance = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute("NewInstance")> _
<DefaultValueAttribute(False)> _
Public NewInstance As Boolean
|
C# |
[XmlAttributeAttribute("NewInstance")]
[DefaultValueAttribute(false)]
public bool NewInstance
|
C++ |
[XmlAttributeAttribute(L"NewInstance")]
[DefaultValueAttribute(false)]
public:
bool NewInstance
|
J# |
/** @attribute XmlAttributeAttribute("NewInstance") */
/** @attribute DefaultValueAttribute(false) */
public boolean NewInstance
|
JScript |
XmlAttributeAttribute("NewInstance")
DefaultValueAttribute(false)
public var NewInstance : boolean
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also