AFAnalysisRuleResolvedInput.Target Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFObject (if any) that this input maps to.
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 AFAnalysisRuleResolvedInput Dim value As AFObject value = instance.Target
public: property AFObject^ Target { AFObject^ get (); }
member Target : AFObject with get