AFNotification.SetNotificationContact Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The SetNotificationContact method is used to set the value of the
NotificationContact property.
Overload List
| Name | Description | |
|---|---|---|
| SetNotificationContact(String) | Obsolete.
The SetNotificationContact method sets the NotificationContact
property to a newly created AFNotificationContact with the specified name.
| |
| SetNotificationContact(AFNotificationContactTemplate) | Obsolete.
The SetNotificationContact method sets the NotificationContact
property to a newly created AFNotificationContact using the specified
AFNotificationContactTemplate.
| |
| SetNotificationContact(AFContact, String) | Obsolete.
The SetNotificationContact method sets the NotificationContact
property to a newly created AFNotificationContact using the specified
AFContact and name.
|