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