Account.Aliases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.