SmsPageReference.NewInstance Field
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
'Usage
Dim instance As SmsPageReference
Dim value As Boolean
value = instance.NewInstance
instance.NewInstance = value
Syntax
'Declaration
<XmlAttributeAttribute("NewInstance")> _
<DefaultValueAttribute(False)> _
Public NewInstance As Boolean
[XmlAttributeAttribute("NewInstance")]
[DefaultValueAttribute(false)]
public bool NewInstance
[XmlAttributeAttribute(L"NewInstance")]
[DefaultValueAttribute(false)]
public:
bool NewInstance
/** @attribute XmlAttributeAttribute("NewInstance") */
/** @attribute DefaultValueAttribute(false) */
public boolean NewInstance
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
Reference
SmsPageReference Class
SmsPageReference Members
Microsoft.ConfigurationManagement.AdminConsole Namespace