AFNotificationContentResults.DatabaseID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid DatabaseID { get; set; }
Public Property DatabaseID As Guid Get Set Dim instance As AFNotificationContentResults Dim value As Guid value = instance.DatabaseID instance.DatabaseID = value
public: property Guid DatabaseID { Guid get (); void set (Guid value); }
member DatabaseID : Guid with get, set
Property Value
Type: GuidReturns the ID of the AFDatabase of the associated AFNotification.