ITestParameter.IsOutput-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Parameter ein Ausgabeparameter ist.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true, wenn der Parameter ein Ausgabeparameter ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestParameter Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace