SecurityPrivilegeMetadata.CanBeLocal Property

Definition

Gets whether the privilege can be local access level.

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

Property Value

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

Attributes

Applies to