PrintQueue::InPartialTrust Property
.NET Framework (current version)
Gets or sets a value that indicates whether the queue is operating in a partially trusted mode, a higher level of trust.
Assembly: System.Printing (in System.Printing.dll)
public: property bool InPartialTrust { [SecurityCriticalAttribute] bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the queue is operating in a partially trusted mode; otherwise, false.
When the InPartialTrust property is true, your program cannot create a PrintQueue object that represents this printer unless the user has full printing permissions for the printer.
.NET Framework
Available since 3.0
Available since 3.0
Show: