Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

PIServer.AliasNames Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
PIServer.AliasNames Property
The list of alias names for the PIServer.

Namespace:  OSIsoft.AF.PI
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 PIServer
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: IListString
Returns the list of alias names for the PIServer.

Remarks

This is a list of alternate names that can be used for the PIServer when looking up the PIServer in the PIServers collection. This list is maintained on the client computer. Use the Add(T) and Remove(T) methods to modify the items in the list.

Version Information

AFSDK


See Also

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in