Public Property StartRow As Integer
Dim instance As Query Dim value As Integer value = instance.StartRow instance.StartRow = value
public int StartRow { get; set; }
Please check it.
[tfl 15 12 08] Content should probably be updated to reflect manish's point.