IVsWebService3.DiscoveryUrl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The HTTP GET-based discovery URL for the service (NULL or empty BSTR if none)
public:
int DiscoveryUrl([Runtime::InteropServices::Out] System::String ^ % bstrDiscoveryUrl);
int DiscoveryUrl([Runtime::InteropServices::Out] std::wstring const & & bstrDiscoveryUrl);
public int DiscoveryUrl (out string bstrDiscoveryUrl);
abstract member DiscoveryUrl : string -> int
Public Function DiscoveryUrl (ByRef bstrDiscoveryUrl As String) As Integer
Parameters
- bstrDiscoveryUrl
- String
[out, retval] The discovery URL. The value of this parameter is null or EMPTY if there is no discovery URL.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.