BuildMachineConfiguration.Interactive Property

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Interactive As Boolean
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool Interactive { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool Interactive {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Interactive : bool with get, set
function get Interactive () : boolean 
function set Interactive (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

BuildMachineConfiguration Class

Microsoft.TeamFoundation.Build.Hosting Namespace