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

AF SDK Reference

AFNotificationContact.Available Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContact.Available Property
This property indicates whether the AFNotificationContact is available to receive notifications.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public bool Available { get; set; }
Public Property Available As Boolean
	Get
	Set

Dim instance As AFNotificationContact
Dim value As Boolean

value = instance.Available

instance.Available = value
public:
virtual property bool Available {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract Available : bool with get, set
override Available : bool with get, set

Property Value

Type: Boolean
Indicates whether the AFNotificationContact is available to receive notifications.

Implements

IAFNotificationContactAvailable

Remarks

If this notification contact was created from an AFNotificationContactTemplate or an AFNotificationTemplate, then the value of this property is defined by the template and cannot be changed. In this case when the value is defined by a template, then changing the template's Available property will also change the value of this property. If the notification contact was NOT created from a template, then this property can be modified.

Version Information

AFSDK


See Also

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