TestAssemblySpec.HasTestSettingsFile Property

Gets a flag indicating whether the TestSettingsFileName property is set.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property HasTestSettingsFile As Boolean
[BrowsableAttribute(false)]
public bool HasTestSettingsFile { get; }
[BrowsableAttribute(false)]
public:
property bool HasTestSettingsFile {
    bool get ();
}
[<BrowsableAttribute(false)>]
member HasTestSettingsFile : bool
function get HasTestSettingsFile () : boolean

Property Value

Type: System.Boolean
True if the TestSettingsFileName property is set; otherwise, false.

.NET Framework Security

See Also

Reference

TestAssemblySpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace