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