AFSecurity.SecurityRights Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read only property returns the security access rights of the
current user for the associated object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSecurityRights SecurityRights { get; }
Public ReadOnly Property SecurityRights As AFSecurityRights Get Dim instance As AFSecurity Dim value As AFSecurityRights value = instance.SecurityRights
public: property AFSecurityRights SecurityRights { AFSecurityRights get (); }
member SecurityRights : AFSecurityRights with get