AliasesListParameter.AliasesList 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.
Optional. List of applications aliases (short unique names).
public System.Collections.Generic.IList<string> AliasesList { get; set; }
member this.AliasesList : System.Collections.Generic.IList<string> with get, set
Public Property AliasesList As IList(Of String)