HistoricalDataFilter.WBIndicatorSymbols Property

[Description("Wildcard (*) is supported")] 
[TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter))] 
public string[] WBIndicatorSymbols {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^ >^ WBIndicatorSymbols { 
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 WBIndicatorSymbols() : String[]; 
public  
Description("Wildcard (*) is supported") 
TypeConverter(typeof(OberMind.SI.Design.StringArrayTypeConverter)) 
function set WBIndicatorSymbols(value : String[]);
This language is not supported or no code example is available.

Property Value

string[]

In this article

Definition