ObjectMappingSettingsItem 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; }
Public ReadOnly Default Property Item (
name As String
) As ObjectMappingSettingsMappedObject
Get
Dim instance As ObjectMappingSettings
Dim name As String
Dim value As ObjectMappingSettingsMappedObject
value = instance(name)
public:
property ObjectMappingSettingsMappedObject^ default[String^ name] {
ObjectMappingSettingsMappedObject^ get (String^ name);
}
Parameters
- name
- Type: SystemString
The name of the child object.
Return Value
Type:
ObjectMappingSettingsMappedObjectThe child object in the Object Mapping settings.
See Also