Click or drag to resize

ObjectMappingSettingsMappedObjectAddClassName Method (String)

Adds a class name to the list of classes that are recognized as a specific object type.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public void AddClassName(
	string className
)

Parameters

className
Type: SystemString
The full class name.
See Also