Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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