PISystem.AutoCreateNotificationsEnabled Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.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: 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.