AFTimeRule.AdditionalInfo Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This property represents the additional information associated with the event.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public Object AdditionalInfo { get; set; }
Public Property AdditionalInfo As Object Get Set Dim instance As AFTimeRule 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