Win32_LogonSessionMappedDisk class

The Win32_LogonSessionMappedDisk class represents an association between a logon session and the mapped logical disks defined within the session.

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

Syntax

[Dynamic, Provider("CIMWin32a"), AMENDMENT]
class Win32_LogonSessionMappedDisk : CIM_Dependency
{
  Win32_LogonSession      REF Antecedent;
  Win32_MappedLogicalDisk REF Dependent;
};

Members

The Win32_LogonSessionMappedDisk class has these types of members:

Properties

The Win32_LogonSessionMappedDisk class has these properties.

Antecedent

Data type: Win32_LogonSession

Access type: Read-only

Qualifiers: Override ("Antecedent"), Key

The Antecedent property references a logon session.

Dependent

Data type: Win32_MappedLogicalDisk

Access type: Read-only

Qualifiers: Override ("Dependent"), Key

The Dependent property references a mapped logical disk defined within the session referenced by the Antecedent property.

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