BaseReference.SortName 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 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.