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