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