ITestParameter.IsOutput Property

Gets a value indicating whether the parameter is an output parameter.

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

Syntax

'Declaration
ReadOnly Property IsOutput As Boolean
bool IsOutput { get; }
property bool IsOutput {
    bool get ();
}
abstract IsOutput : bool with get
function get IsOutput () : boolean

Property Value

Type: Boolean
true if the parameter is an output parameter; otherwise, false.

.NET Framework Security

See Also

Reference

ITestParameter Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace