Win32_SessionResource class

The Win32_SessionResource association represents the relationship between a session and the resources that the session provides access to.

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

Syntax

[Abstract, AMENDMENT]
class Win32_SessionResource : CIM_Dependency
{
  Win32_LogicalElement REF Antecedent;
  Win32_Session        REF Dependent;
};

Members

The Win32_SessionResource class has these types of members:

Properties

The Win32_SessionResource class has these properties.

Antecedent

Data type: Win32_LogicalElement

Access type: Read-only

Qualifiers: Override ("Antecedent")

The Antecedent reference represents resources used by this session.

Dependent

Data type: Win32_Session

Access type: Read-only

Qualifiers: Override ("Dependent")

The Dependent reference represents the session using the resource.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CimWin32.mof
DLL
Cimwin32.dll

See also

CIM_Dependency