AFNotificationContact.ContactDefinition Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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 .