Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.