Share via


DataTypeItem.IsNumeric Property

Return whether the field is "logically numeric".

Currently person fields are stored by using integer SK fields, but this property does not consider them numeric.

This property *does* currently consider the SurrogateKey field to be numeric, although some users of the property may want to ignore it.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public ReadOnly Property IsNumeric As Boolean
public bool IsNumeric { get; }
public:
property bool IsNumeric {
    bool get ();
}
member IsNumeric : bool with get
function get IsNumeric () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace