IAFAnalysisRuleState.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 instance-specific data.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
Object PrivateData { get; set; }
Property PrivateData As Object Get Set Dim instance As IAFAnalysisRuleState Dim value As Object value = instance.PrivateData instance.PrivateData = value
property Object^ PrivateData { Object^ get (); void set (Object^ value); }
abstract 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.