Bendrinti naudojant


SecurityPrivilegeMetadata.CanBeBasic Property

Definition

Gets whether the privilege can be basic access level.

public:
 property bool CanBeBasic { bool get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public bool CanBeBasic { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.CanBeBasic : bool
Public ReadOnly Property CanBeBasic As Boolean

Property Value

true if the privilege can be basic access level; otherwise, false.

Attributes

Applies to