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