AFCase.AdditionalInfo Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Additional information created by the time rule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object AdditionalInfo { get; set; }
Public Property AdditionalInfo As Object Get Set Dim instance As AFCase Dim value As Object value = instance.AdditionalInfo instance.AdditionalInfo = value
public: property Object^ AdditionalInfo { Object^ get (); void set (Object^ value); }
member AdditionalInfo : Object with get, set
Property Value
Type: ObjectReturns the additional information created by the time rule.
Remarks
This information is not persisted to the server and only exists while
loaded by the client.