AFNotificationContact.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.
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 AFNotificationContact 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: AFContactReturns the AFContact associated with the Notification contact.
Implements
IAFNotificationContactContact
Remarks
This property is set when the object was created and cannot be modified.