Share via


SipNotificationEndpoint.PrimaryServer Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the SIP server that relays notifications for the endpoint.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public SipServer PrimaryServer { get; set; }
public:
property SipServer^ PrimaryServer {
    SipServer^ get();
    void set(SipServer^ value);
}
member PrimaryServer : SipServer with get, set
Public Property PrimaryServer As SipServer

Property Value

Type: Microsoft.EnterpriseManagement.Administration.SipServer

Returns SipServer object that represents the SIP server to which notifications are sent.

See Also

SipNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top