ServiceAliases Property
Other names by which the service specified by ServiceName / ServicePort is known.
Syntax
[VB.NET] Public ReadOnlyProperty ServiceAliases As String
[C#] public string ServiceAliases {get;}
Remarks
This property contains a list of alternate service names separated by spaces. In most cases, this list is empty.
NOTE: This functionality is only available in Windows.
This property is read-only.
Default Value
""