DataTypeAttribute.DataType プロパティ

定義

データ フィールドに関連付けられた型を取得します。

public:
 property System::ComponentModel::DataAnnotations::DataType DataType { System::ComponentModel::DataAnnotations::DataType get(); };
public System.ComponentModel.DataAnnotations.DataType DataType { get; }
member this.DataType : System.ComponentModel.DataAnnotations.DataType
Public ReadOnly Property DataType As DataType

プロパティ値

DataType 値のいずれか 1 つ。

適用対象