Indicates an array of
SmsPageReference objects for the top-level pages of the wizard.
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 |
<XmlArrayItemAttribute("PageReference", IsNullable:=False)> _
<XmlArrayAttribute("Pages")> _
Public TopLevelPages As SmsPageReference()
|
C# |
[XmlArrayItemAttribute("PageReference", IsNullable=false)]
[XmlArrayAttribute("Pages")]
public SmsPageReference[] TopLevelPages
|
C++ |
[XmlArrayItemAttribute(L"PageReference", IsNullable=false)]
[XmlArrayAttribute(L"Pages")]
public:
array<SmsPageReference^>^ TopLevelPages
|
J# |
/** @attribute XmlArrayItemAttribute("PageReference", IsNullable=false) */
/** @attribute XmlArrayAttribute("Pages") */
public SmsPageReference[] TopLevelPages
|
JScript |
XmlArrayItemAttribute("PageReference", IsNullable=false)
XmlArrayAttribute("Pages")
public var TopLevelPages : SmsPageReference[]
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also