Click or drag to resize

ConversionOptionsPropertyResolvingMode Property

Defines if and how conversion will try to use a public property which matches the given type and whos name is identically to a constructor parameter. The default mode is Strict.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public PropertyResolvingMode PropertyResolvingMode { get; set; }

Property Value

Type: PropertyResolvingMode

Implements

IConversionOptionsPropertyResolvingMode
See Also