StockListFilter.TSX Property
[DefaultValue(DEFAULT_TSX)]
public bool TSX {get; set;}
This language is not supported or no code example is available.
[DefaultValue(DEFAULT_TSX)]
public:
property bool TSX {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
DefaultValue(DEFAULT_TSX)
function get TSX() : boolean;
public
DefaultValue(DEFAULT_TSX)
function set TSX(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
In this article
Definition