Share via


FormMappingError.Container Property

Definition

Gets or sets the instance that contains the property or element that failed to map.

public object Container { get; }
member this.Container : obj
Public ReadOnly Property Container As Object

Property Value

Remarks

For object models, this is the instance of the object that contains the property that failed to map. For collection models, this is the collection instance that contains the element that failed to map. For dictionaries, this is the dictionary instance that contains the element that failed to map.

Applies to