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 send notifications to the SIP server.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SipTransportProtocol TransportProtocol { get; set; }
public:
property SipTransportProtocol TransportProtocol {
SipTransportProtocol get();
void set(SipTransportProtocol value);
}
member TransportProtocol : SipTransportProtocol with get, set
Public Property TransportProtocol As SipTransportProtocol
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SipTransportProtocol
Returns aSipTransportProtocolvalue that contains the type of transport protocol used to send notifications to the SIP server.
See Also
SipServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top