This documentation is archived and is not being maintained.

TfsConnectionWebServiceCallEventArgs::MethodName Property

The name of the webmethod being invoked on the target Web service, if available. If unavailable, the empty string is returned.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property String^ MethodName {
	String^ get ();
}

Property Value

Type: System::String
Returns String.

Show: