Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the notification endpoint that has the specified name.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.GetNotificationEndpoint()")]
public NotificationEndpoint GetNotificationEndpoint(
    string name
)
public:
[ObsoleteAttribute("Please use Notifications.GetNotificationEndpoint()")]
NotificationEndpoint^ GetNotificationEndpoint(
    String^ name
)
[<ObsoleteAttribute("Please use Notifications.GetNotificationEndpoint()")>]
member GetNotificationEndpoint : 
        name:string -> NotificationEndpoint
<ObsoleteAttribute("Please use Notifications.GetNotificationEndpoint()")>
Public Function GetNotificationEndpoint (
    name As String
) As NotificationEndpoint
Parameters
- name 
 Type: System.String- The name of the notification endpoint object to get. 
Return Value
Type: Microsoft.EnterpriseManagement.Administration.NotificationEndpoint
Returns aNotificationEndpoint object.
See Also
GetNotificationEndpoint Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top