Share via


NotificationRecipientDevice.Protocol Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the name of the protocol used to send notifications to this device.

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

Syntax

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

Property Value

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

See Also

NotificationRecipientDevice Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top