Indicates
true for the default wizard branch reference. This
field supports the Configuration Manager infrastructure and is not
intended to be used directly from your code.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsWizardBranchReference
Dim value As Boolean
value = instance.Default
instance.Default = value
|
Syntax
Visual Basic |
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("Default")> _
Public Default As Boolean
|
C# |
[DefaultValueAttribute(false)]
[XmlAttributeAttribute("Default")]
public bool Default
|
C++ |
[DefaultValueAttribute(false)]
[XmlAttributeAttribute(L"Default")]
public:
bool Default
|
J# |
/** @attribute DefaultValueAttribute(false) */
/** @attribute XmlAttributeAttribute("Default") */
public boolean Default
|
JScript |
DefaultValueAttribute(false)
XmlAttributeAttribute("Default")
public var Default : boolean
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also