RowCountCondition.RowCount Property
Gets or sets the number of rows in the ResultSet.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)
Syntax
'Declaration
Public Property RowCount As Integer
'Usage
Dim instance As RowCountCondition
Dim value As Integer
value = instance.RowCount
instance.RowCount = value
public int RowCount { get; set; }
public:
property int RowCount {
int get ();
void set (int value);
}
/** @property */
public int get_RowCount ()
/** @property */
public void set_RowCount (int value)
public function get RowCount () : int
public function set RowCount (value : int)
Exceptions
Exception type | Condition |
---|---|
If value is less than zero (0). |
See Also
Reference
RowCountCondition Class
RowCountCondition Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions Namespace