Public Property RowLimit As Integer
Dim instance As Query Dim value As Integer value = instance.RowLimit instance.RowLimit = value
public int RowLimit { get; set; }