ManagementPackUIPageSet.UIPageReferenceCollection Property
Gets the list of the UI page references that are used to define the flow of UI pages to configure a module, monitor, or template.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPackUIPageSet
Dim value As IList(Of ManagementPackUIPageReference)
value = instance.UIPageReferenceCollection
Syntax
'Declaration
Public ReadOnly Property UIPageReferenceCollection As IList(Of ManagementPackUIPageReference)
public IList<ManagementPackUIPageReference> UIPageReferenceCollection { get; }
public:
property IList<ManagementPackUIPageReference^>^ UIPageReferenceCollection {
IList<ManagementPackUIPageReference^>^ get ();
}
/** @property */
public IList<ManagementPackUIPageReference> get_UIPageReferenceCollection ()
public function get UIPageReferenceCollection () : IList<ManagementPackUIPageReference>
Property Value
A list of ManagementPackUIPageReference objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackUIPageSet Class
ManagementPackUIPageSet Members
Microsoft.EnterpriseManagement.Configuration Namespace