Share via


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

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

Property Value

Type: System.Boolean

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

See Also

ITestParameter Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top