BuildSettings.HasProjectsToBuild Property
Gets a flag describing whether the ProjectsToBuild property is set and contains more than zero elements.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property HasProjectsToBuild As Boolean
Get
[BrowsableAttribute(false)]
public bool HasProjectsToBuild { get; }
[BrowsableAttribute(false)]
public:
property bool HasProjectsToBuild {
bool get ();
}
[<BrowsableAttribute(false)>]
member HasProjectsToBuild : bool
function get HasProjectsToBuild () : boolean
Property Value
Type: System.Boolean
True if ProjectsToBuild is set and contains more than zero elements; otherwise, false.
.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