Applies To: Operations Manager for System Center 2012
Initializes the SmsNotificationEndpointwith the endpoint's name and transport protocol.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SmsNotificationEndpoint(
    string name,
    string recipientProtocol
)
public:
SmsNotificationEndpoint(
    String^ name,
    String^ recipientProtocol
)
new : 
        name:string *
        recipientProtocol:string -> SmsNotificationEndpoint
Public Sub New (
    name As String,
    recipientProtocol As String
)
Parameters
- name 
 Type: System.String- A user-defined name for the endpoint. 
- recipientProtocol 
 Type: System.String- The transport protocol used to deliver notifications to the recipient. For example, sms. 
See Also
SmsNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top