BaseReference.SortName Property

Definition

Gets a value that is used to sort the referenced assemblies in the application manifest.

protected public:
 abstract property System::String ^ SortName { System::String ^ get(); };
protected internal abstract string SortName { get; }
member this.SortName : string
Protected Friend MustOverride ReadOnly Property SortName As String

Property Value

The name to sort by.

Remarks

This property is used to sort the referenced assemblies in the application manifest. The manifest lists prerequisite assemblies in alphabetical order first, followed by installed assemblies in alphabetical order. The assemblies are sorted according to the SortName of the reference.

Applies to