AFAnalysisRuleVariableDefinitions.Target Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The target that the AFAnalysisRule should configure itself against.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFObject Target { get; }
Public ReadOnly Property Target As AFObject Get Dim instance As AFAnalysisRuleVariableDefinitions Dim value As AFObject value = instance.Target
public: property AFObject^ Target { AFObject^ get (); }
member Target : AFObject with get
Property Value
Type: AFObject
Remarks
This target may be different from the target of the AFAnalysisRule being configured.
For example, an AFAnalysisRule on an AFAnalysisTemplate might be initialized
to target a compatible AFElement.