AFNotification.SetNotificationContact Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|