TfsClientCredentials.AllowInteractive Property

Gets or sets a value indicating whether interactive prompts are allowed.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property AllowInteractive As Boolean
public bool AllowInteractive { get; set; }
public:
property bool AllowInteractive {
    bool get ();
    void set (bool value);
}
member AllowInteractive : bool with get, set
function get AllowInteractive () : boolean 
function set AllowInteractive (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TfsClientCredentials Class

Microsoft.TeamFoundation.Client Namespace