SmsWizardBranchesData.Branches Field
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
'Usage
Dim instance As SmsWizardBranchesData
Dim value As SmsWizardBranchXmlData()
value = instance.Branches
instance.Branches = value
Syntax
'Declaration
<XmlArrayAttribute("Branches")> _
<XmlArrayItemAttribute("Branch", IsNullable:=False)> _
Public Branches As SmsWizardBranchXmlData()
[XmlArrayAttribute("Branches")]
[XmlArrayItemAttribute("Branch", IsNullable=false)]
public SmsWizardBranchXmlData[] Branches
[XmlArrayAttribute(L"Branches")]
[XmlArrayItemAttribute(L"Branch", IsNullable=false)]
public:
array<SmsWizardBranchXmlData^>^ Branches
/** @attribute XmlArrayAttribute("Branches") */
/** @attribute XmlArrayItemAttribute("Branch", IsNullable=false) */
public SmsWizardBranchXmlData[] Branches
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
Reference
SmsWizardBranchesData Class
SmsWizardBranchesData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsWizardBranchXmlData