SecurityPermissionAttribute.Assertion 속성

정의

이 코드의 모든 호출자에게 작업에 필요한 권한이 있음을 어설션하기 위한 권한이 선언되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool Assertion { bool get(); void set(bool value); };
public bool Assertion { get; set; }
member this.Assertion : bool with get, set
Public Property Assertion As Boolean

속성 값

Boolean

어설션하기 위한 권한이 선언되었으면 true이고, 선언되지 않았으면 false입니다.

적용 대상