GetType

This Method returns the Type for a particular object.

Get Type

Example in C#

// Returns: Type
var type = client.GetType();