Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Overridable Function LogRegistryChangesEnabled ( _
    requestContext As TeamFoundationRequestContext _
) As Boolean
protected virtual bool LogRegistryChangesEnabled(
    TeamFoundationRequestContext requestContext
)
protected:
virtual bool LogRegistryChangesEnabled(
    TeamFoundationRequestContext^ requestContext
)
abstract LogRegistryChangesEnabled : 
        requestContext:TeamFoundationRequestContext -> bool  
override LogRegistryChangesEnabled : 
        requestContext:TeamFoundationRequestContext -> bool
protected function LogRegistryChangesEnabled(
    requestContext : TeamFoundationRequestContext
) : boolean
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return 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.