AFAnalysisRuleResolvedInput.Target Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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