The Poolproperty contains the name of the pool for the application instance that corresponds to the stamp.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Pool 
As 
String
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AppViaStamp
Dim 
value 
As 
String

value = instance.
Pool
C#
public 
string 
Pool { 
get; }

Property value

Type: System . . :: . . String

See also