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