AFNotificationContentResults.NotificationInstanceID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The notification instance identifier associated with this list of content results.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int NotificationInstanceID { get; set; }
Public Property NotificationInstanceID As Integer Get Set Dim instance As AFNotificationContentResults Dim value As Integer value = instance.NotificationInstanceID instance.NotificationInstanceID = value
public: property int NotificationInstanceID { int get (); void set (int value); }
member NotificationInstanceID : int with get, set
Property Value
Type: Int32Returns the notification instance identifier associated with this list of content results.