This document is archived and information here might be outdated. Recommended version. |
Indicates if the data is integer.
[Visual Basic .NET]
Public Property IsInteger As Boolean
[C#]
public bool IsInteger {get; set;}
[C++]
HRESULT get_IsInteger(
Boolean* IsInteger
);
[C++]
HRESULT put_IsInteger(
VARIANT_BOOL IsInteger
);
[C++] Parameters IsInteger [out, retval]
IsInteger is a parameter of type bool* IsInteger [in]
IsInteger is a parameter of type bool