AFTimeRuleEvent.AdditionalInfo Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Sets and returns the additional info property.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public List<Object> AdditionalInfo { get; }
Public ReadOnly Property AdditionalInfo As List(Of Object) Get Dim instance As AFTimeRuleEvent Dim value As List(Of Object) value = instance.AdditionalInfo
public: property List<Object^>^ AdditionalInfo { List<Object^>^ get (); }
member AdditionalInfo : List<Object> with get
Property Value
Type: ListObject
Remarks
The additional info property is information set by the time rule to pass along
information that is may be useful to an analysis. The AdditionalInfo property
is copied into the AFCase's AdditionalInfo property during an Analysis.