ApplicationAccessControlAttribute::AccessChecksLevel Property
.NET Framework (current version)
Gets or sets the access checking level to process level or to component level.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
public: property AccessChecksLevelOption AccessChecksLevel { AccessChecksLevelOption get(); void set(AccessChecksLevelOption value); }
Property Value
Type: System.EnterpriseServices::AccessChecksLevelOptionOne of the AccessChecksLevelOption values.
This property is supported only on Windows 2000 and later.
The following code example demonstrates the use of this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: