IBuildAgent.RequireSecureChannel Property

Note: This API is now obsolete.

Obsolete. Do not use.

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

Syntax

'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
Property RequireSecureChannel As Boolean
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
bool RequireSecureChannel { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
property bool RequireSecureChannel {
    bool get ();
    void set (bool value);
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
abstract RequireSecureChannel : bool with get, set
function get RequireSecureChannel () : boolean
function set RequireSecureChannel (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace