CommandParameterInfo.Aliases Property

Definition

Gets the aliases by which this parameter can be referenced.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Aliases { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Aliases { get; }
member this.Aliases : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Aliases As ReadOnlyCollection(Of String)

Property Value

Applies to