PrintQueue.InPartialTrust 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示佇列是在部分信任的模式這一較高信任層級中操作。
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代表此印表機的物件。