共用方式為


ModelMetadata.Properties 屬性

定義

取得模型中繼資料物件的集合,這類物件描述模型的屬性。

public virtual System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelMetadata> Properties { get; }
member this.Properties : seq<System.Web.Mvc.ModelMetadata>
Public Overridable ReadOnly Property Properties As IEnumerable(Of ModelMetadata)

屬性值

描述模型屬性之模型中繼資料物件的集合。

適用於