Share via


UserSettings.GetFavoriteConsoleTask Method (String)

 

Applies To: Operations Manager for System Center 2012

Gets the specified favorite console task for the current user.

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

Syntax

public FavoriteConsoleTask GetFavoriteConsoleTask(
    string name
)
public:
FavoriteConsoleTask^ GetFavoriteConsoleTask(
    String^ name
)
member GetFavoriteConsoleTask : 
        name:string -> FavoriteConsoleTask
Public Function GetFavoriteConsoleTask (
    name As String
) As FavoriteConsoleTask

Parameters

  • name
    Type: System.String

    The name of the favorite console task to get.

Return Value

Type: Microsoft.EnterpriseManagement.Monitoring.FavoriteConsoleTask

Returns a FavoriteConsoleTask object.

See Also

UserSettings Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top