Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

property bool IsDataBound {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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.

Return to top
Show: