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

AF SDK Reference

PISystem.AutoCreateNotificationsEnabled Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
PISystem.AutoCreateNotificationsEnabled Property
Gets or sets a value indicating if the AutoCreate option is enabled for the PISystem.

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

Syntax

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

Dim instance As PISystem
Dim value As Boolean

value = instance.AutoCreateNotificationsEnabled

instance.AutoCreateNotificationsEnabled = value
public:
property bool AutoCreateNotificationsEnabled {
	bool get ();
	void set (bool value);
}
member AutoCreateNotificationsEnabled : bool with get, set

Property Value

Type: Boolean
Returns if the AutoCreate is enabled; otherwise .

Remarks

By default, the AutoCreate is enabled for the PISystem. This allows the automatic creation of a AFNotification when creating an AFElement from an AFElementTemplate that is configured as the Target of an AFAnalysisTemplate. See AFNotificationTemplate.AutoCreate for more information.

This property allows an application to override the AutoCreate settings specified by each AFNotificationTemplate and prevent the automatic creation notifications.

Version Information

AFSDK


See Also

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