TFStringComparer.UserName Property
Gets a string comparer object for UserName.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaración
Public Shared ReadOnly Property UserName As TFStringComparer
Get
public static TFStringComparer UserName { get; }
public:
static property TFStringComparer^ UserName {
TFStringComparer^ get ();
}
static member UserName : TFStringComparer
static function get UserName () : TFStringComparer
Property Value
Type: Microsoft.TeamFoundation.TFStringComparer
A string comparer object for UserName.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.