pipe class : TypeName getter

Description

Gets the type name.

Syntax

pipeInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

pipe p = new pipe();

2:

string typeName = p.TypeName;

Notes

This getter returns "pipe".

Links for reference

None.

Copyright © Cooker All rights reserved.