Share via


NotificationEndpoint.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

Returns a String value that contains the name of the recipient protocol. For example, smtp, sip, or sms.

Remarks

This property allows you to determine the protocol used by the derived class instance.

Applies to

See also