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

AF SDK Reference

AFNotification.NotificationContact Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotification.NotificationContact Property

Note: This API is now obsolete.

The AFNotificationContact that will receive the notifications events.

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

Syntax

[BrowsableAttribute(false)]
[ObsoleteAttribute("Replace with the NotificationContacts collection.")]
public AFNotificationContact NotificationContact { get; }
<BrowsableAttribute(false)>
<ObsoleteAttribute("Replace with the NotificationContacts collection.")>
Public ReadOnly Property NotificationContact As AFNotificationContact
	Get

Dim instance As AFNotification
Dim value As AFNotificationContact

value = instance.NotificationContact
public:
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"Replace with the NotificationContacts collection.")]
property AFNotificationContact^ NotificationContact {
	AFNotificationContact^ get ();
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("Replace with the NotificationContacts collection.")>]
member NotificationContact : AFNotificationContact with get

Property Value

Type: AFNotificationContact
Returns the AFNotificationContact that will receive the notifications events.

Remarks

This property will return a AFNotificationContact of type Group that contains all the items in the NotificationContacts collection as child contacts.

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