Retrieves the notification action that has the specified name. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroup
Dim name As String
Dim returnValue As NotificationAction

returnValue = instance.GetNotificationAction(name)

Syntax

Visual Basic
Public Function GetNotificationAction ( _
		name As String _
) As NotificationAction
C#
public NotificationAction GetNotificationAction (
		string name
)
C++
public:
NotificationAction^ GetNotificationAction (
		String^ name
)
J#
public NotificationAction GetNotificationAction (
		String name
)
JScript
public function GetNotificationAction (
		name : String
) : NotificationAction

Parameters

name

The name of the notification action to get.

Return Value

A NotificationAction object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also