The name of the pool to which the server belongs.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Shared 
ReadOnly 
Property 
ServerPool 
As 
String
	
Get
Visual Basic (usage)
Dim 
value 
As 
String

value = 

ServerAgent.
ServerPool
C#
public 
static 
string 
ServerPool { 
get; }

Property value

Type: System . . :: . . String

Remarks

On Standard edition servers, this value will be the same as the fully qualified domain name (FQDN) of the server.

See also