This abstract class represents a code example.
More...
|
static string | _T (string prompt) |
| Retrieves a user provided sample value. More...
|
|
This abstract class represents a code example.
static string Google.Api.Ads.AdManager.Examples.CSharp.SampleBase._T |
( |
string |
prompt | ) |
|
|
inlinestaticprotected |
Retrieves a user provided sample value.
- Parameters
-
prompt | A prompt to display (when in interactive mode), or the value to be returned. |
When called in interactive mode, presents the provided string as a prompt to the user and returns the user provided input. Otherwise, returns the provided string exactly.
string Google.Api.Ads.AdManager.Examples.CSharp.SampleBase.GetTimeStamp |
( |
| ) |
|
|
inlineprotected |
Gets the current time stamp.
- Returns
- The current timestamp as a string.
You can use this method to generate a random string for use with various entities that need a unique name. The method adds a 100ms delay to prevent closely placed calls from generating the same timestamp.
abstract string Google.Api.Ads.AdManager.Examples.CSharp.SampleBase.Description |
|
get |
Returns a description about the code example.
The documentation for this class was generated from the following file: