Share via


CommandNotificationAction.RecipientProtocol Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the transport protocol used to deliver notifications to the recipient.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public virtual string RecipientProtocol { get; set; }
public:
property String^ RecipientProtocol {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract RecipientProtocol : string with get, set
override RecipientProtocol : string with get, set
Public Overridable Property RecipientProtocol As String

Property Value

Type: System.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.

See Also

CommandNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top