PISystem.Libraries Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property provides access to the AFLibraries collection that
corresponds to the list of known libraries on the server.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFLibraries Libraries { get; }
Public ReadOnly Property Libraries As AFLibraries Get Dim instance As PISystem Dim value As AFLibraries value = instance.Libraries
public: property AFLibraries^ Libraries { AFLibraries^ get (); }
member Libraries : AFLibraries with get
Property Value
Type: AFLibrariesThe collection of libraries present on the server.
Remarks
The list of AFLibraries is retrieved from the server each
time this property is accessed.