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 endpoint for the SIP notification action.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public SipNotificationEndpoint Endpoint { get; set; }
public:
property SipNotificationEndpoint^ Endpoint {
SipNotificationEndpoint^ get();
void set(SipNotificationEndpoint^ value);
}
member Endpoint : SipNotificationEndpoint with get, set
Public Property Endpoint As SipNotificationEndpoint
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SipNotificationEndpoint
Returns the string that contains the endpoint for the SIP notification action.SipNotificationEndpoint.
See Also
SipNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top