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