proxy class : TypeName getter
Description
Gets the type name.
Syntax
proxyInstance.TypeName
Arguments
None
Return value
Class | Description |
string | The type name. |
Sample code
//anyProxy is a instance of proxy type.
string typeName = anyProxy.TypeName;
Notes
This getter returns "proxy".
Links for reference
None