This document is archived and information here might be outdated. Recommended version. |
AlphaNumeric (+ Underscore) Only.
[Visual Basic .NET] Public Property AlphaNumericOnly As Boolean
[C#] public bool AlphaNumericOnly {get; set;}
[C++]
HRESULT get_AlphaNumericOnly(
VARIANT_BOOL AlphaNumericOnly
);
[C++]
HRESULT put_AlphaNumericOnly(
Boolean* AlphaNumericOnly
);
[C++]
Parameters AlphaNumericOnly [in]
AlphaNumericOnly is a parameter of type bool AlphaNumericOnly [out, retval]
AlphaNumericOnly is a parameter of type bool*