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입니다.

특성

설명

속성이 인 InPartialTrusttrue경우 사용자가 프린터에 PrintQueue 대한 전체 인쇄 권한이 없는 한 프로그램에서 이 프린터를 나타내는 개체를 만들 수 없습니다.

적용 대상