### <a name="getComponentClassName"></a> getComponentClassName

Returns the componentClassName of the componentManager. The componentClassName is set either by setting the componentClassName property of the [settings object](#settings) or by running the [setComponentClassName](#setComponentClassName) method.

```javascript
var componentClassName = componentManager.getComponentClassName();
```
