public int digits { get; set; }
Public Property digits As Integer Get Set
public: property int digits { int get (); void set (int value); }