Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As SmsWizardBranchesData
Dim value As SmsPageReference()
value = instance.TopLevelPages
instance.TopLevelPages = value
Syntax
'Declaration
<XmlArrayItemAttribute("PageReference", IsNullable:=False)> _
<XmlArrayAttribute("Pages")> _
Public TopLevelPages As SmsPageReference()
[XmlArrayItemAttribute("PageReference", IsNullable=false)]
[XmlArrayAttribute("Pages")]
public SmsPageReference[] TopLevelPages
[XmlArrayItemAttribute(L"PageReference", IsNullable=false)]
[XmlArrayAttribute(L"Pages")]
public:
array<SmsPageReference^>^ TopLevelPages
/** @attribute XmlArrayItemAttribute("PageReference", IsNullable=false) */
/** @attribute XmlArrayAttribute("Pages") */
public SmsPageReference[] TopLevelPages
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
Reference
SmsWizardBranchesData Class
SmsWizardBranchesData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsPageReference Class