Click or drag to resize

ObjectMappingSettingsMappedObjectItem Property

Provides access to a child object in the Object Mapping settings.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public ObjectMappingSettingsMappedObject this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the child object.

Return Value

Type: ObjectMappingSettingsMappedObject
The child Object in the Object Mapping settings.
See Also