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

Visual Basic
Dim instance As ManagementPackUIPageSet
Dim value As IList(Of ManagementPackUIPageReference)

value = instance.UIPageReferenceCollection

Syntax

Visual Basic
Public ReadOnly Property UIPageReferenceCollection As IList(Of ManagementPackUIPageReference)
C#
public IList<ManagementPackUIPageReference> UIPageReferenceCollection { get; }
C++
public:
property IList<ManagementPackUIPageReference^>^ UIPageReferenceCollection {
		IList<ManagementPackUIPageReference^>^ get ();
}
J#
/** @property */
public IList<ManagementPackUIPageReference> get_UIPageReferenceCollection ()
JScript
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