AFServer.AliasNames Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
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