CommandNotificationAction.RecipientProtocol Property
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.
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 that contains a user-defined description of the transport protocol used to deliver notifications to the recipient. For example: sip, sms, or smtp.