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
- methodInformation
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformation
.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.
See Also
Reference
TeamFoundationWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace