'Declaration Public Property Columns As Integer
public int Columns {get; set;}
1
100
Body body = new Body(); body.Columns = 3;
Body Class Body Members