ProjectReference.Aliases Property

Definition

Aliases for the reference. Empty if the reference has no aliases.

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

Property Value

Applies to