Condividi tramite


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.Core (in microsoft.enterprisemanagement.core.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.

The list of the UI page references.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackUIPageSet Class
ManagementPackUIPageSet Members
Microsoft.EnterpriseManagement.Configuration Namespace