Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFCase.Target Property

AFCase.Target Property
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: Object
The 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.
Note Note
Currently, the target can only be an AFElement.

Version Information

AFSDK


See Also

Was this topic helpful?