AgileTestPlatformSpec.RunSettingsFileName Property
Note: This API is now obsolete.
Run Settings File Name
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<ObsoleteAttribute("The RunSettingsFileName property has been deprecated. Use RunSettingsForTestRun property instead.")> _
Public Property RunSettingsFileName As String
[BrowsableAttribute(false)]
[ObsoleteAttribute("The RunSettingsFileName property has been deprecated. Use RunSettingsForTestRun property instead.")]
public string RunSettingsFileName { get; set; }
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"The RunSettingsFileName property has been deprecated. Use RunSettingsForTestRun property instead.")]
public:
property String^ RunSettingsFileName {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("The RunSettingsFileName property has been deprecated. Use RunSettingsForTestRun property instead.")>]
member RunSettingsFileName : string with get, set
function get RunSettingsFileName () : String
function set RunSettingsFileName (value : String)
Property Value
Type: System.String
Returns String.
Remarks
This property has been deprecated and kept only for backward compatibility purpose.
Use RunSettingsForTestRun property instead. If build template is old, it might have the references of this property.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace