Gets the pool name for building pool targeted requests.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
PoolName 
As 
String
C#
public 
string 
PoolName { 
get; }
Visual C++
public:
property 
String^ 
PoolName {
	
String^ 
get ();
}
JavaScript
function get_
poolName();

See Also