AFSecurityRightsToken.RemoveAdjustments Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The security rights adjustment to be removed 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 RemoveAdjustments { get; set; }
Public Property RemoveAdjustments As AFSecurityRights Get Set Dim instance As AFSecurityRightsToken Dim value As AFSecurityRights value = instance.RemoveAdjustments instance.RemoveAdjustments = value
public: property AFSecurityRights RemoveAdjustments { AFSecurityRights get (); void set (AFSecurityRights value); }
member RemoveAdjustments : AFSecurityRights with get, set