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