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