AFSecurityEntry.AllowAccess Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates if this security entry allows or denies access.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.