FormMappingError.Container Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.