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

AF SDK Reference

AFNotificationContactTemplate.Contact Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplate.Contact Property
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: AFContact
Gets 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.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in