Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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