public int TotalRecords { get; set; }
Public Property TotalRecords As Integer Get Set
public: property int^ TotalRecords { int^ get (); void set (int^ value); }