PrintQueue.InPartialTrust プロパティ

定義

キューが部分信頼モード (より高いレベルの信頼) で動作しているかどうかを示す値を取得または設定します。

public:
 property bool InPartialTrust { bool get(); void set(bool value); };
public bool InPartialTrust { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public bool InPartialTrust { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.InPartialTrust : bool with get, set
member this.InPartialTrust : bool with get, set
Public Property InPartialTrust As Boolean

プロパティ値

キューが部分信頼モードで動作している場合は true。それ以外の場合は false

属性

注釈

プロパティが InPartialTrust の場合、 trueユーザーがプリンターに対する完全な PrintQueue 印刷権限を持っていない限り、プログラムはこのプリンターを表す オブジェクトを作成できません。

適用対象