Share via


SipNotificationAction.Endpoint Property

 

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