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
Syntax
Visual Basic |
<XmlArrayItemAttribute("PageReference", IsNullable:=False)> _
<XmlArrayAttribute("Pages")> _
Public Pages As SmsPageReference()
|
C# |
[XmlArrayItemAttribute("PageReference", IsNullable=false)]
[XmlArrayAttribute("Pages")]
public SmsPageReference[] Pages
|
C++ |
[XmlArrayItemAttribute(L"PageReference", IsNullable=false)]
[XmlArrayAttribute(L"Pages")]
public:
array<SmsPageReference^>^ Pages
|
J# |
/** @attribute XmlArrayItemAttribute("PageReference", IsNullable=false) */
/** @attribute XmlArrayAttribute("Pages") */
public SmsPageReference[] Pages
|
JScript |
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