AFNotificationContactTemplate.Contact Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property gets the AFContact associated with the
notification contact template.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFContact Contact { get; }
Public ReadOnly Property Contact As AFContact Get Dim instance As AFNotificationContactTemplate Dim value As AFContact value = instance.Contact
public: virtual property AFContact^ Contact { AFContact^ get () sealed; }
abstract Contact : AFContact with get override Contact : AFContact with get
Property Value
Type: AFContactGets the AFContact associated with the notification contact template.
Implements
IAFNotificationContactContact
Remarks
This property is set when the object was created and cannot be modified.
The value of this property defines the value of the
Contact property of all AFNotificationContact
objects created from this template.