HistoricalDataFilter.WBIndicators Property
[Description("World Bank Indicators")]
[DefaultValue(DEFAULT_WB_INDICATORS)]
public bool WBIndicators {get; set;}
This language is not supported or no code example is available.
[Description("World Bank Indicators")]
[DefaultValue(DEFAULT_WB_INDICATORS)]
public:
property bool WBIndicators {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
Description("World Bank Indicators")
DefaultValue(DEFAULT_WB_INDICATORS)
function get WBIndicators() : boolean;
public
Description("World Bank Indicators")
DefaultValue(DEFAULT_WB_INDICATORS)
function set WBIndicators(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
In this article
Definition