CommandNotificationAction.RecipientProtocol Property

Definition

The recipient protocol.

public:
 virtual property System::String ^ RecipientProtocol { System::String ^ get(); void set(System::String ^ value); };
public virtual string RecipientProtocol { get; set; }
member this.RecipientProtocol : string with get, set
Public Overridable Property RecipientProtocol As String

Property Value

String

Returns a String that contains a user-defined description of the transport protocol used to deliver notifications to the recipient. For example: sip, sms, or smtp.

Applies to