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