PrintSystemObject::Parent Property

 

Gets the parent of the object.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
property PrintSystemObject^ Parent {
	virtual PrintSystemObject^ get();
}

For example, the parent of a print queue is the print server that hosts the queue.

.NET Framework
Available since 3.0
Return to top
Show: