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