Share via


IVsWebServiceEndpoint.Url(String) Method

Definition

Retrieves the URL for the endpoint.

public:
 int Url([Runtime::InteropServices::Out] System::String ^ % bstrUrl);
int Url([Runtime::InteropServices::Out] std::wstring const & & bstrUrl);
public int Url (out string bstrUrl);
abstract member Url : string -> int
Public Function Url (ByRef bstrUrl As String) As Integer

Parameters

bstrUrl
String

[out, retval] The URL for the endpoint.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to