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
- 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.