PISystem.AliasNames Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The list of alias names for the PISystem.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<string> AliasNames { get; }
Public ReadOnly Property AliasNames As IList(Of String) Get Dim instance As PISystem Dim value As IList(Of String) value = instance.AliasNames
public: property IList<String^>^ AliasNames { IList<String^>^ get (); }
member AliasNames : IList<string> with get
Property Value
Type: IListStringReturns the list of alias names for the PISystem.
Remarks
This is a list of alternate names that can be used for the PISystem
when looking up the PISystem in the PISystems collection.
This list is maintained on the client computer. Use the Add(T)
and Remove(T) methods to modify the items in the list.