共用方式為


FormMappingError.Container 屬性

定義

取得或設定實例,其中包含無法對應的屬性或專案。

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

屬性值

備註

如果是物件模型,這是包含無法對應之屬性的物件實例。 對於集合模型,這是包含無法對應之專案的集合實例。 對於字典,這是包含無法對應之專案的字典實例。

適用於