NotificationEndpoint.RecipientProtocol Property
Applies To: Operations Manager for System Center 2012
Gets or sets the name of the protocol used to send notifications to this endpoint.
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 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.
See Also
Update
NotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top