Indicates an array of
SmsWizardBranchXmlData objects for the wizard branches. 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
Syntax
Visual Basic |
<XmlArrayAttribute("Branches")> _
<XmlArrayItemAttribute("Branch", IsNullable:=False)> _
Public Branches As SmsWizardBranchXmlData()
|
C# |
[XmlArrayAttribute("Branches")]
[XmlArrayItemAttribute("Branch", IsNullable=false)]
public SmsWizardBranchXmlData[] Branches
|
C++ |
[XmlArrayAttribute(L"Branches")]
[XmlArrayItemAttribute(L"Branch", IsNullable=false)]
public:
array<SmsWizardBranchXmlData^>^ Branches
|
J# |
/** @attribute XmlArrayAttribute("Branches") */
/** @attribute XmlArrayItemAttribute("Branch", IsNullable=false) */
public SmsWizardBranchXmlData[] Branches
|
JScript |
XmlArrayAttribute("Branches")
XmlArrayItemAttribute("Branch", IsNullable=false)
public var Branches : SmsWizardBranchXmlData[]
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also