Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFNotificationContact.Contact Property

AFNotificationContact.Contact Property
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: AFContact
Returns the AFContact associated with the Notification contact.

Implements

IAFNotificationContact.Contact

Remarks

This property is set when the object was created and cannot be modified.

Version Information

AFSDK


See Also

Was this topic helpful?