AFSecurity.SecurityRights Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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