AFNotification.Target Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The target of the AFAnalysis associated with this notification.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public Object Target { get; }
Public ReadOnly Property Target As Object Get Dim instance As AFNotification Dim value As Object value = instance.Target
public: property Object^ Target { Object^ get (); }
member Target : Object with get
Property Value
Type: ObjectReturns the Target of the AFAnalysis associated with this notification.