AFCase.Target Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.0.1156
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 null will
reset the case's target to be the same as the analysis's target.
![]() |
---|
Currently, the target can only be an AFElement. |