Share via


MonitoringView.ParentFolderIds Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifiers (GUID) for the parent folders of this view.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<Guid> ParentFolderIds { get; }
public:
property ReadOnlyCollection<Guid>^ ParentFolderIds {
    ReadOnlyCollection<Guid>^ get();
}
member ParentFolderIds : ReadOnlyCollection<Guid> with get
Public ReadOnly Property ParentFolderIds As ReadOnlyCollection(Of Guid)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>

Returns a collection of ReadOnlyCollection<T> GUID values.

See Also

MonitoringView Class
Microsoft.EnterpriseManagement.Configuration Namespace

Return to top