Description
The amount of time in seconds which future
points will be displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property LeadTime() As Integer
|
| [C#] |
public int LeadTime {get; set;}
|
| [Managed C++] |
public: __property int get_LeadTime();
public: __property void set_LeadTime(
int
);
|
| [Unmanaged C++] |
public: HRESULT get_LeadTime(
long * pRetVal
);
public: HRESULT put_LeadTime(
long NewLeadTime
);
|
| [Java] |
public int getLeadTime();public void setLeadTime(
int
);
|
See Also