PISystems.DefaultPISystem Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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: PISystemThe 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.