AFTimeRuleEvents.AllowDuplicatedItems Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Sets and returns if a duplicated item is allowed
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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