UserSettings.GetFavoriteMonitoringView Method (String)
Applies To: Operations Manager for System Center 2012
Gets the specified favorite view for the current user.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public FavoriteMonitoringView GetFavoriteMonitoringView(
string name
)
public:
FavoriteMonitoringView^ GetFavoriteMonitoringView(
String^ name
)
member GetFavoriteMonitoringView :
name:string -> FavoriteMonitoringView
Public Function GetFavoriteMonitoringView (
name As String
) As FavoriteMonitoringView
Parameters
name
Type: System.StringThe name of the favorite view to get.
Return Value
Type: Microsoft.EnterpriseManagement.Monitoring.FavoriteMonitoringView
Returns a FavoriteMonitoringView object.
See Also
UserSettings Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top