Account.Aliases Property

Definition

Gets the set of aliases for the account type in Account.

public System.Collections.Specialized.StringCollection Aliases { get; }
member this.Aliases : System.Collections.Specialized.StringCollection
Public ReadOnly Property Aliases As StringCollection

Property Value

A StringCollection with the aliases for the account type.

Remarks

You cannot use one account type to alias another account type.

Applies to