NotificationRecipientDevice.Protocol Property

Definition

The protocol of the device.

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

Property Value

String

Returns a String value that contains the name of the protocol used to send notifications to this device. For example, smtp, sip, or sms.

Applies to