DefaultMetadataDetails.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 ModelMetadata 模型屬性的專案。
public:
property cli::array <Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ Properties { cli::array <Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ get(); void set(cli::array <Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata[] Properties { get; set; }
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata[]? Properties { get; set; }
member this.Properties : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata[] with get, set
Public Property Properties As ModelMetadata()