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

AF SDK Reference

PISystems.DefaultPISystem Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
PISystems.DefaultPISystem Property
The default PISystem configured in the AF SDK.

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

Syntax

public PISystem DefaultPISystem { get; set; }
Public Property DefaultPISystem As PISystem
	Get
	Set

Dim instance As PISystems
Dim value As PISystem

value = instance.DefaultPISystem

instance.DefaultPISystem = value
public:
property PISystem^ DefaultPISystem {
	PISystem^ get ();
	void set (PISystem^ value);
}
member DefaultPISystem : PISystem with get, set

Property Value

Type: PISystem
The PISystem object that represents the default system configured in the AF SDK.

Remarks

This property returns the default PISystem. Use this property to allow a program access to a system when you do not know the system name or want to avoid searching the PISystems collection for a specific system.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in