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