pipeclient class : TypeName getter

Description

Gets the type name.

Syntax

pipeclientInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

pipeclient pClient = new pipeclient();

2:

string typeName = pClient.TypeName;

Notes

This getter returns "pipeclient".

Links for reference

None.

Copyright © Cooker All rights reserved.