ProxyConfiguration.IsRemoteConfiguration Property

IsRemoteConfiguration defines whether or not a proxy is running remotely or it is running as a file cache within the main servers process.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public ReadOnly Property IsRemoteConfiguration As Boolean
public bool IsRemoteConfiguration { get; }
public:
property bool IsRemoteConfiguration {
    bool get ();
}
member IsRemoteConfiguration : bool with get
function get IsRemoteConfiguration () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace