Win32_PrinterShare class
The Win32_PrinterShare association WMI class relates a local printer and the share that represents it as it is viewed over a network.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
class Win32_PrinterShare : CIM_Dependency
{
Win32_Printer REF Antecedent;
Win32_Share REF Dependent;
};
Members
The Win32_PrinterShare class has these types of members:
Properties
The Win32_PrinterShare class has these properties.
-
Antecedent
-
-
Data type: Win32_Printer
-
Access type: Read-only
-
Qualifiers: Key
Reference to the instance representing the local printer shared in this association.
-
-
Dependent
-
-
Data type: Win32_Share
-
Access type: Read-only
-
Qualifiers: Key
Reference to the instance representing the share of the printer in this association.
-
Remarks
The Win32_PrinterShare class is derived from CIM_Dependency.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also