AFEventFrame.Security Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFSecurity information for the object.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSecurity Security { get; }
Public ReadOnly Property Security As AFSecurity Get Dim instance As AFEventFrame Dim value As AFSecurity value = instance.Security
public: virtual property AFSecurity^ Security { AFSecurity^ get () sealed; }
abstract Security : AFSecurity with get override Security : AFSecurity with get
Property Value
Type: AFSecurityReturns the AFSecurity information of the current user for the object.
Implements
IAFSecurableSecurity
Remarks
The AFSecurity information for the object controls security access
permissions to the object. The PISystem and AFDatabase
objects also have independent security objects for entire classes of objects contained
within them. Use the GetSecurity(AFSecurityItem) method to access the security objects for
these collections. Use the
AFSecurity.CheckSecurity method to check
security for a different user.