AFSecurityEntry.AllowAccess Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Indicates if this security entry allows or denies access.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool AllowAccess { get; }
Public ReadOnly Property AllowAccess As Boolean Get Dim instance As AFSecurityEntry Dim value As Boolean value = instance.AllowAccess
public: property bool AllowAccess { bool get (); }
member AllowAccess : bool with get
Property Value
Type: BooleanIf , then this security entry will allow access. Otherwise if , then this security entry will deny access.