'Declaration <DescriptionAttribute("Batch number.")> Public Property BatchNumber As String
[Description("Batch number.")] public string BatchNumber { get; set; }
[Description("Batch number.")] public: __property string* get_BatchNumber(); public: __property void set_BatchNumber(
string* value
);