zaifapi class : TypeName getter

Description

Gets the type name.

Syntax

zaifapiInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

zaifapi zaifapiIns = new zaifapi();

2:

string typeName = zaifapiIns.TypeName;

Notes

This getter returns "zaifapi".

Links for reference

None.

Copyright © Cooker All rights reserved.