bitbankapi class : TypeName getter

Description

Gets the type name.

Syntax

bitbankapiInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

bitbankapi bitbankapiIns = new bitbankapi();

2:

string typeName = bitbankapiIns.TypeName;

Notes

This getter returns "bitbankapi".

Links for reference

None.

Copyright © Cooker All rights reserved.