AFNotificationContentResults.NotificationInstanceID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- 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.1.1.1182
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.