Win32_SessionBrokerFarm class

Defines the query for a session broker farm.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("Win32_WIN32_SESSIONBROKERFARM_Prov"), AMENDMENT]
class Win32_SessionBrokerFarm
{
  string PluginName;
  string FarmName;
};

Members

The Win32_SessionBrokerFarm class has these types of members:

Properties

The Win32_SessionBrokerFarm class has these properties.

FarmName

Data type: string

Access type: Read-only

Qualifiers: key

The name of the session broker farm that needs to be queried.

PluginName

Data type: string

Access type: Read-only

Qualifiers: key

The name of the plug-in.

Examples

The following query string demonstrates how the Win32_SessionBrokerFarm class is used in a query.

queryString = string.Format("SELECT * FROM Win32_SessionBrokerFarm WHERE PluginName = '{0}'", pluginName);

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
Namespace
Root\CIMv2\TerminalServices
MOF
TssdWmi.mof
DLL
TssdWmi.dll