AFCase.Target Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets and sets the target of this case that is used by the configured analysis rule.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Object Target { get; set; }
Public Property Target As Object Get Set Dim instance As AFCase Dim value As Object value = instance.Target instance.Target = value
public: property Object^ Target { Object^ get (); void set (Object^ value); }
member Target : Object with get, set
Property Value
Type: ObjectThe target of this case that is used by the configured analysis rule.
Remarks
The case will use the analysis's Target unless modified
to reference a different target. Setting this property to will
reset the case's target to be the same as the analysis's target.
| Currently, the target can only be an AFElement. |