PolicyLevel.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of the policy level.
public:
property System::Security::PolicyLevelType Type { System::Security::PolicyLevelType get(); };
public System.Security.PolicyLevelType Type { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.PolicyLevelType Type { get; }
member this.Type : System.Security.PolicyLevelType
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Type : System.Security.PolicyLevelType
Public ReadOnly Property Type As PolicyLevelType
Property Value
One of the PolicyLevelType values.
- Attributes
Remarks
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.