Silverlight SDK for Microsoft Bing
ServiceUrl Property
OverviewMicrosoft.BingSearchEngineServiceUrl
Gete/Sets the Service Url endpoint for the Microsoft Bing search (SOAP) web service
Remarks
NOTE: This Url must be set before accessing the Client()()() property and also before executing the BeginSearch(SearchRequest) method.
Declaration Syntax
C#Visual BasicVisual C++
public string ServiceUrl { get; set; }
Public Property ServiceUrl As String
public:
property String^ ServiceUrl {
	String^ get ();
	void set (String^ value);
}

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)