ResultSetCondition.ResultSet Property

Gets or sets the result set to check.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)

Syntax

'Declaration
Public Property ResultSet As Integer
'Usage
Dim instance As ResultSetCondition
Dim value As Integer

value = instance.ResultSet

instance.ResultSet = value
public int ResultSet { get; set; }
public:
property int ResultSet {
    int get ();
    void set (int value);
}
/** @property */
public int get_ResultSet ()

/** @property */
public void set_ResultSet (int value)
public function get ResultSet () : int

public function set ResultSet (value : int)

Exceptions

Exception type Condition

ArgumentException

If value is less than one (1).

Remarks

The first result set is one (1).

See Also

Reference

ResultSetCondition Class
ResultSetCondition Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Conditions Namespace