Share via


Shelveset.NameComparer Property

Sorts the shelvesets first by name and then by owner.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Shared ReadOnly Property NameComparer As IComparer
'Usage
Dim value As IComparer 

value = Shelveset.NameComparer
public static IComparer NameComparer { get; }
public:
static property IComparer^ NameComparer {
    IComparer^ get ();
}
public static function get NameComparer () : IComparer

Property Value

Type: System.Collections.IComparer

Remarks

NameComparer is primarily for display purposes, because NameComparer is both culture sensitive and case insensitive.

.NET Framework Security

See Also

Reference

Shelveset Class

Shelveset Members

Microsoft.TeamFoundation.VersionControl.Client Namespace