TeamFoundationRequestContext.SetMethodName Method

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

Syntax

'Declaration
Public Sub SetMethodName ( _
    methodInformation As MethodInformation _
)
public void SetMethodName(
    MethodInformation methodInformation
)
public:
void SetMethodName(
    MethodInformation^ methodInformation
)
member SetMethodName : 
        methodInformation:MethodInformation -> unit
public function SetMethodName(
    methodInformation : MethodInformation
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace