TeamFoundationWebService.SetMethodName Method

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

Syntax

'Declaration
Protected Overridable Sub SetMethodName ( _
    methodInformation As MethodInformation _
)
protected virtual void SetMethodName(
    MethodInformation methodInformation
)
protected:
virtual void SetMethodName(
    MethodInformation^ methodInformation
)
abstract SetMethodName : 
        methodInformation:MethodInformation -> unit  
override SetMethodName : 
        methodInformation:MethodInformation -> unit
protected function SetMethodName(
    methodInformation : MethodInformation
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationWebService Class

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace