BaseReference.SortName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Protected Friend MustOverride ReadOnly Property SortName As String
protected internal abstract string SortName { get; }
protected public:
virtual property String^ SortName {
    String^ get () abstract;
}
abstract SortName : string with get
abstract function get SortName () : String

Property Value

Type: System.String
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.

.NET Framework Security

See Also

Reference

BaseReference Class

Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace