AFAnalysisRuleConfiguration.Target Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The target that the AFAnalysisRule should configure itself against.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFObject Target { get; }
Public ReadOnly Property Target As AFObject Get Dim instance As AFAnalysisRuleConfiguration 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.