AFSecurityRightsToken.AddAdjustments Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The security rights adjustment to be added to the base security rights
for the instance of the object represented by this token.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFSecurityRights AddAdjustments { get; set; }
Public Property AddAdjustments As AFSecurityRights Get Set Dim instance As AFSecurityRightsToken Dim value As AFSecurityRights value = instance.AddAdjustments instance.AddAdjustments = value
public: property AFSecurityRights AddAdjustments { AFSecurityRights get (); void set (AFSecurityRights value); }
member AddAdjustments : AFSecurityRights with get, set