PolicyLevel::Type Property
.NET Framework (current version)
Gets the type of the policy level.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property PolicyLevelType Type { PolicyLevelType get(); }
The highest level of security policy is enterprise-wide. Successive lower levels of hierarchy represent further policy restrictions, but can never grant more permissions than allowed by higher levels. The policy levels in order are the following.
Enterprise
Machine
User
Application domain
For more information, see PolicyLevelType.
.NET Framework
Available since 2.0
Available since 2.0
Show: