IWebmasterApi.GetCountryRegionSettings(String) Method

Definition

public:
 System::Collections::Generic::List<Microsoft::Bing::Webmaster::Api::Interfaces::CountryRegionSettings ^> ^ GetCountryRegionSettings(System::String ^ siteUrl);
[System.ServiceModel.FaultContract(typeof(Microsoft.Bing.Webmaster.Api.Interfaces.ApiFault))]
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebGet(BodyStyle=System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest)]
public System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.CountryRegionSettings> GetCountryRegionSettings (string siteUrl);
abstract member GetCountryRegionSettings : string -> System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.CountryRegionSettings>
Public Function GetCountryRegionSettings (siteUrl As String) As List(Of CountryRegionSettings)

Parameters

siteUrl
String

Returns

Attributes

Applies to