Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFDatabase.Notifications Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDatabase.Notifications Property

Note: This API is now obsolete.

Gets the collection of top-level notifications maintained by the AFDatabase.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[BrowsableAttribute(false)]
[ObsoleteAttribute("Replace with AFNotification.FindNotifications.")]
public AFNotifications Notifications { get; }
<BrowsableAttribute(false)>
<ObsoleteAttribute("Replace with AFNotification.FindNotifications.")>
Public ReadOnly Property Notifications As AFNotifications
	Get

Dim instance As AFDatabase
Dim value As AFNotifications

value = instance.Notifications
public:
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"Replace with AFNotification.FindNotifications.")]
property AFNotifications^ Notifications {
	AFNotifications^ get ();
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("Replace with AFNotification.FindNotifications.")>]
member Notifications : AFNotifications with get

Property Value

Type: AFNotifications
The collection of top-level notifications maintained by the AFDatabase.

Remarks

This collection contains all the top-level notifications that were configured in the AFDatabase.

Version Information

AFSDK

Obsolete (compiler warning) in 3.1.1
Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5
Obsolete (compiler warning) in 2.8
Obsolete (compiler warning) in 2.7.5
Obsolete (compiler warning) in 2.7
Obsolete (compiler warning) in 2.6
Obsolete (compiler warning) in 2.5
Obsolete (compiler warning) in 2.4

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in