SmsWizardBranchXmlData.Pages Field
Indicates an array of SmsPageReference objects that are associated with the XML data. 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 SmsWizardBranchXmlData
Dim value As SmsPageReference()
value = instance.Pages
instance.Pages = value
Syntax
'Declaration
<XmlArrayItemAttribute("PageReference", IsNullable:=False)> _
<XmlArrayAttribute("Pages")> _
Public Pages As SmsPageReference()
[XmlArrayItemAttribute("PageReference", IsNullable=false)]
[XmlArrayAttribute("Pages")]
public SmsPageReference[] Pages
[XmlArrayItemAttribute(L"PageReference", IsNullable=false)]
[XmlArrayAttribute(L"Pages")]
public:
array<SmsPageReference^>^ Pages
/** @attribute XmlArrayItemAttribute("PageReference", IsNullable=false) */
/** @attribute XmlArrayAttribute("Pages") */
public SmsPageReference[] Pages
XmlArrayItemAttribute("PageReference", IsNullable=false)
XmlArrayAttribute("Pages")
public var Pages : SmsPageReference[]
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsWizardBranchXmlData Class
SmsWizardBranchXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsPageReference Class