Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the row number associated with 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 RowNumber As Integer
'Usage
Dim instance As ScalarValueCondition
Dim value As Integer
value = instance.RowNumber
instance.RowNumber = value
public int RowNumber { get; set; }
public:
property int RowNumber {
int get ();
void set (int value);
}
/** @property */
public int get_RowNumber ()
/** @property */
public void set_RowNumber (int value)
public function get RowNumber () : int
public function set RowNumber (value : int)
Exceptions
| Exception type | Condition |
|---|---|
If the value is less than one (1). |
See Also
Reference
ScalarValueCondition Class
ScalarValueCondition Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions Namespace