C# Class Google.Api.Ads.AdWords.Examples.CSharp.v201306.LookupLocation

This code example gets location criteria by name. Tags: LocationCriterionService.get
Inheritance: ExampleBase
Datei anzeigen Open project: Zocdoc/googleads-adwords-dotnet-lib Class Usage Examples

Public Methods

Method Description
GetLocationString ( Location location ) : string

Gets a string representation for a location.

Main ( string args ) : void

Main method, to run this code example as a standalone application.

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user ) : void

Runs the code example.

Method Details

GetLocationString() public method

Gets a string representation for a location.
public GetLocationString ( Location location ) : string
location Google.Api.Ads.AdWords.v201306.Location The location
return string

Main() public static method

Main method, to run this code example as a standalone application.
public static Main ( string args ) : void
args string The command line arguments.
return void

Run() public method

Runs the code example.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
return void