SecurityPrivilegeMetadata.CanBeDeep 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 whether the privilege can be deep access level.
public:
property bool CanBeDeep { bool get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public bool CanBeDeep { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.CanBeDeep : bool
Public ReadOnly Property CanBeDeep As Boolean
Property Value
true
if the privilege can be deep access level; otherwise, false
.
- Attributes