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)

Syntax

'Declaration
Public ReadOnly Property MethodName As String
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
member MethodName : string with get
function get MethodName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TfsConnectionWebServiceCallEventArgs Class

Microsoft.TeamFoundation.Client Namespace