AFAnalysisRuleConfiguration.PrivateData Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
A location for a stateful AFAnalysisRule to store its initialized instance-specific data.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object PrivateData { get; set; }
Public Property PrivateData As Object Get Set Dim instance As AFAnalysisRuleConfiguration Dim value As Object value = instance.PrivateData instance.PrivateData = value
public: property Object^ PrivateData { Object^ get (); void set (Object^ value); }
member PrivateData : Object with get, set
Property Value
Type: Object
Remarks
A stateless AFAnalysisRule can ignore this property.
For state to survive restart or failover, this type should be serializable.