Comparteix a través de


SecurityPrivilegeMetadata.CanBeGlobal Property

Definition

Gets whether the privilege can be global access level.

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

Property Value

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

Attributes

Applies to