SmsNotificationEndpoint(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new CustomSmsNotificationEndpoint.
public:
SmsNotificationEndpoint(System::String ^ name, System::String ^ recipientProtocol);
public SmsNotificationEndpoint (string name, string recipientProtocol);
new Microsoft.EnterpriseManagement.Administration.SmsNotificationEndpoint : string * string -> Microsoft.EnterpriseManagement.Administration.SmsNotificationEndpoint
Public Sub New (name As String, recipientProtocol As String)
Parameters
- name
- String
The name of this endpoint.
- recipientProtocol
- String
The recipient protocol.
Exceptions
recipientProtocol or name is null
recipientProtocol or name is empty or name is greater than 256 characters.