AFServer.TimeRulePlugIns Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public AFPlugIns TimeRulePlugIns { get; }
Public ReadOnly Property TimeRulePlugIns As AFPlugIns Get Dim instance As AFServer Dim value As AFPlugIns value = instance.TimeRulePlugIns
public: property AFPlugIns^ TimeRulePlugIns { AFPlugIns^ get (); }
member TimeRulePlugIns : AFPlugIns with get