public: property int ID { int get(); };
public int ID { get; }
Public ReadOnly Property ID As Integer
ありがとうございます。