Indicates an array of
SmsWizardBranchReference objects if the page is represented in
a wizard form.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
<XmlArrayAttribute("Branches")> _
<XmlArrayItemAttribute("BranchReference", IsNullable:=False)> _
Public Branches As SmsWizardBranchReference()
|
C# |
[XmlArrayAttribute("Branches")]
[XmlArrayItemAttribute("BranchReference", IsNullable=false)]
public SmsWizardBranchReference[] Branches
|
C++ |
[XmlArrayAttribute(L"Branches")]
[XmlArrayItemAttribute(L"BranchReference", IsNullable=false)]
public:
array<SmsWizardBranchReference^>^ Branches
|
J# |
/** @attribute XmlArrayAttribute("Branches") */
/** @attribute XmlArrayItemAttribute("BranchReference", IsNullable=false) */
public SmsWizardBranchReference[] Branches
|
JScript |
XmlArrayAttribute("Branches")
XmlArrayItemAttribute("BranchReference", IsNullable=false)
public var Branches : SmsWizardBranchReference[]
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also