bitbankapi class : TypeName getter
Description
Gets the type name.
Syntax
bitbankapiInstance.TypeName
Arguments
None
Return value
Class | Description |
string | The type name. |
Sample code
1: | bitbankapi bitbankapiIns = new bitbankapi(); |
2: | string typeName = bitbankapiIns.TypeName; |
Notes
This getter returns "bitbankapi".
Links for reference
None.