WebServiceCall.WebServiceCalled Property

Gets the name of the Web service that is called.

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

Syntax

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

Property Value

Type: System.String
The name of the Web service that is called.

.NET Framework Security

See Also

Reference

WebServiceCall Class

Microsoft.TeamFoundation.Client Namespace