Win32_SubSession class
The Win32_SubSession association defines relationships between sessions where one session is a part of or utilizes another session for example where a Terminal session uses a Logon Session.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, AMENDMENT]
class Win32_SubSession : CIM_Dependency
{
Win32_Session REF Antecedent;
Win32_Session REF Dependent;
};
Members
The Win32_SubSession class has these types of members:
Properties
The Win32_SubSession class has these properties.
- Antecedent
-
- Data type: Win32_Session
- Access type: Read-only
- Qualifiers: Override (Antecedent)
A Win32_Session that describes the session that has a subsession.
- Dependent
-
- Data type: Win32_Session
- Access type: Read-only
- Qualifiers: Override (Dependent)
A Win32_Session that describes the session that is the subsession.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Namespace |
Root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Show: