RealtimeDataSimulator.Delay Property
[Category(CATEGORY_SETTINGS)]
[DefaultValue(DEFAULT_DELAY)]
public int Delay {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_SETTINGS)]
[DefaultValue(DEFAULT_DELAY)]
public:
property int Delay {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_SETTINGS)
DefaultValue(DEFAULT_DELAY)
function get Delay() : int;
public
Category(CATEGORY_SETTINGS)
DefaultValue(DEFAULT_DELAY)
function set Delay(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition