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)
Syntax
'Declaration
Property IsDataBound As Boolean
bool IsDataBound { get; set; }
property bool IsDataBound {
bool get ();
void set (bool value);
}
abstract IsDataBound : bool with get, set
function get IsDataBound () : boolean
function set IsDataBound (value : boolean)
Property Value
Type: Boolean
true if the parameter is bound to a field in a data set; otherwise, false.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The value is true and an attempt was made to set the value. |
Remarks
If true, getting the value will always return nulla null reference (Nothing in Visual Basic) with no error.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.