AFTimeRuleEvents.AllowDuplicatedItems Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Sets and returns if a duplicated item is allowed
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public bool AllowDuplicatedItems { get; set; }
Public Property AllowDuplicatedItems As Boolean Get Set Dim instance As AFTimeRuleEvents Dim value As Boolean value = instance.AllowDuplicatedItems instance.AllowDuplicatedItems = value
public: property bool AllowDuplicatedItems { bool get (); void set (bool value); }
member AllowDuplicatedItems : bool with get, set