ITestParameter.Value Property

Gets or sets the value of this parameter.

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

Syntax

'Declaration
Property Value As String
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
function get Value () : String 
function set Value (value : String)

Property Value

Type: String
A string representation of the value of this parameter.

.NET Framework Security

See Also

Reference

ITestParameter Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace