Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

PISystem.TimeRulePlugIns Property

PISystem.TimeRulePlugIns Property
Gets the collection of AFTimeRule plugin objects maintained by the PISystem.

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156

Syntax

public AFPlugIns TimeRulePlugIns { get; }
Public ReadOnly Property TimeRulePlugIns As AFPlugIns
	Get

Dim instance As PISystem
Dim value As AFPlugIns

value = instance.TimeRulePlugIns
public:
property AFPlugIns^ TimeRulePlugIns {
	AFPlugIns^ get ();
}
member TimeRulePlugIns : AFPlugIns with get

Property Value

Type: AFPlugIns
The collection of AFTimeRule plugin objects maintained by the PISystem.

Remarks

This collection is created when the PISystem is initialized from the list of plugin objects registered on the server's workstation that are derived from the AFTimeRule base class.

Version Information

AFSDK


See Also

Was this topic helpful?