ISession.TestConfigurationName Property

Name of the configuration this session was executed against.

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

Syntax

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

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

ISession Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace