AFNotificationContents.Database Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the AFDatabase where this object is defined.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFDatabase Database { get; }
Public ReadOnly Property Database As AFDatabase Get Dim instance As AFNotificationContents Dim value As AFDatabase value = instance.Database
public: property AFDatabase^ Database { AFDatabase^ get (); }
member Database : AFDatabase with get
Property Value
Type: AFDatabaseReturns the AFDatabase associated with this object.