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