Share via


NotificationSubscription.Actions Property

 

Applies To: Operations Manager for System Center 2012

Gets the notification actions for this notification subscription.

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

Syntax

public IList<NotificationAction> Actions { get; }
public:
property IList<NotificationAction^>^ Actions {
    IList<NotificationAction^>^ get();
}
member Actions : IList<NotificationAction> with get
Public ReadOnly Property Actions As IList(Of NotificationAction)

Property Value

Type: System.Collections.Generic.IList<NotificationAction>

Returns a IList<T> of NotificationAction objects that are the notification actions for this notification subscription.

See Also

NotificationSubscription Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top