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
- 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.