Share via


RunSettings.HasRunSettingsFile Property

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

RunSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace