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