ComponentAccessControlAttribute.Value Property

Definition

Gets a value indicating whether to enable security checking on calls to a component.

public:
 property bool Value { bool get(); };
public bool Value { get; }
member this.Value : bool
Public ReadOnly Property Value As Boolean

Property Value

true if security checking is to be enabled; otherwise, false.

Applies to