Ads API .NET library
|
A config setting, to be used with AppConfigBase and derived classes. More...
Public Member Functions | |
abstract void | TryParse (string valueText) |
Tries to parse a value. More... | |
Properties | |
string | Name [get, set] |
Gets the name of the setting. More... | |
A config setting, to be used with AppConfigBase and derived classes.
|
pure virtual |
Tries to parse a value.
valueText | The value text. |
Implemented in Google.Api.Ads.Common.Config.ConfigSetting< T >.
|
getset |
Gets the name of the setting.
Referenced by Google.Api.Ads.Common.Lib.AppConfigBase.ReadSetting().