public int Completion { get; set; }
Public Property Completion As Integer Get Set
public: property int Completion { int get (); void set (int value); }
member Completion : int with get, set
In This Article