DataTypeItem.IsNumeric Property
Returns 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
- 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.