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