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