Share via


SipServer.Address Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the address of the SIP server.

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

Syntax

public string Address { get; set; }
public:
property String^ Address {
    String^ get();
    void set(String^ value);
}
member Address : string with get, set
Public Property Address As String

Property Value

Type: System.String

Returns aString value that contains the address of the SIP server.

See Also

SipServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top