TFStringComparer.DataType Property
Gets a string comparer object for DataType.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DataType As TFStringComparer
public static TFStringComparer DataType { get; }
public:
static property TFStringComparer^ DataType {
TFStringComparer^ get ();
}
static member DataType : TFStringComparer with get
static function get DataType () : TFStringComparer
Property Value
Type: Microsoft.TeamFoundation.TFStringComparer
A string comparer object for DataType.
.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.