Share via


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

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

Property Value

Type: System.String

Returns String.

See Also

ISession Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top