AFNotificationContact.Contact Property
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- 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.0.1156
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
IAFNotificationContact.Contact
Remarks
This property is set when the object was created and cannot be modified.