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

属性值

如果声明了要断言的权限,则为 true;否则为 false

适用于