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

AF SDK Reference

AFNotificationContactTemplate.HasChildren Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplate.HasChildren Property
This read-only property returns if the notification contact template has child templates.

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

Syntax

public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean
	Get

Dim instance As AFNotificationContactTemplate
Dim value As Boolean

value = instance.HasChildren
public:
property bool HasChildren {
	bool get ();
}
member HasChildren : bool with get

Property Value

Type: Boolean
Returns if the notification contact template has child templates.

Remarks

This property provides a more performant way of checking for child template of this notification contact template other than using the NotificationContactTemplates collection.

Version Information

AFSDK


See Also

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