Share via


VersionControlPath.FullPathComparer Property

Returns a string comparer for fully-specified server paths.

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

Syntax

'Declaration
Public Shared ReadOnly Property FullPathComparer As StringComparer
public static StringComparer FullPathComparer { get; }
public:
static property StringComparer^ FullPathComparer {
    StringComparer^ get ();
}
static member FullPathComparer : StringComparer with get
static function get FullPathComparer () : StringComparer

Property Value

Type: System.StringComparer

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace