PrintQueue::IsServerUnknown Property

 

Gets a value that indicates whether the printer is in an error state.

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

public:
property bool IsServerUnknown {
	bool get();
}

Property Value

Type: System::Boolean

true if in the printer is in an error state; otherwise, false.

If the printer does not support a signal with this meaning, then the property is always false.

.NET Framework
Available since 3.0
Return to top
Show: