AFSecurityRightsToken.RemoveAdjustments Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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