Share via


CommandNotificationAction.ApplicationName Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the name of the application that is executed by this notification action.

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

Syntax

public string ApplicationName { get; set; }
public:
property String^ ApplicationName {
    String^ get();
    void set(String^ value);
}
member ApplicationName : string with get, set
Public Property ApplicationName As String

Property Value

Type: System.String

Returns a String value that defines the name of the application executed by this notification action.

See Also

CommandNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top