AFNotificationContact.ContactDefinition Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the AFNotificationContact
that was used to create this AFNotificationContact from the
AFNotificationTemplate.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFNotificationContact ContactDefinition { get; }
Public ReadOnly Property ContactDefinition As AFNotificationContact Get Dim instance As AFNotificationContact Dim value As AFNotificationContact value = instance.ContactDefinition
public: property AFNotificationContact^ ContactDefinition { AFNotificationContact^ get (); }
member ContactDefinition : AFNotificationContact with get
Property Value
Type: AFNotificationContactReturns the AFNotificationContact that was used to create this AFNotificationContact from the AFNotificationTemplate. If the notification contact was not created from a contact in a notification template, then is returned.
Remarks
If the notification contact cannot load the associated contact definition or it was not created from
a notification contact in a notification template, then this property will return .