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

AF SDK Reference

AFNotificationContactTemplate.Available Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplate.Available Property
This property indicates whether the AFNotificationContact objects created from this template are 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 AFNotificationContactTemplate
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 objects created from this template are available to receive notifications.

Implements

IAFNotificationContactAvailable

Remarks

Changing the value of this property changes the value of the Available property of all AFNotificationContact objects created from this template.

Version Information

AFSDK


See Also

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