Share via


UserSettings.GetFavoriteMonitoringView(String) Method

Definition

Retrieves the favorite view, by name, for the current user.

public:
 Microsoft::EnterpriseManagement::Monitoring::FavoriteMonitoringView ^ GetFavoriteMonitoringView(System::String ^ name);
public Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringView GetFavoriteMonitoringView (string name);
member this.GetFavoriteMonitoringView : string -> Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringView
Public Function GetFavoriteMonitoringView (name As String) As FavoriteMonitoringView

Parameters

name
String

The name of the favorite view.

Returns

A FavoriteMonitoringView object.

Exceptions

name is null

FavoriteMonitoringView with that name not found.

Applies to