AFNotification.Target Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The target of the AFAnalysis associated with this notification.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.