The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestParameter::IsDataBound Property
Gets or sets a value indicating whether this parameter is bound to a field in a data set.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Property Value
Type: System::Booleantrue if the parameter is bound to a field in a data set; otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value is true and an attempt was made to set the value. |
If true, getting the value will always return null with no error.
Show: