AFServer.Libraries 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 AFLibraries Libraries { get; }
Public ReadOnly Property Libraries As AFLibraries Get Dim instance As AFServer Dim value As AFLibraries value = instance.Libraries
public: property AFLibraries^ Libraries { AFLibraries^ get (); }
member Libraries : AFLibraries with get