PISystem.AutoCreateNotificationsEnabled Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
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.2.0.7
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: BooleanReturns 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.