HistoricalDataFilter.ComtradeSymbols Property
[Description("Wildcard (*) is supported")]
[TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))]
public string[] ComtradeSymbols {get; set;}
This language is not supported or no code example is available.
[Description("Wildcard (*) is supported")]
[TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))]
public:
property array< String^ >^ ComtradeSymbols {
array< String^ >^ get( );
void set(
array< String^ >^ value
);
}
This language is not supported or no code example is available.
public
Description("Wildcard (*) is supported")
TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))
function get ComtradeSymbols() : String[];
public
Description("Wildcard (*) is supported")
TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))
function set ComtradeSymbols(value : String[]);
This language is not supported or no code example is available.
Property Value
string[]
In this article
Definition