Amount of time in seconds required for command preparation.
Read-write property
[Visual Basic .NET] |
---|
Public Property CommandPrepTime() As Double |
[C#] |
---|
public double CommandPrepTime {get; set;} |
[Managed C++] |
---|
public: __property double get_CommandPrepTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_CommandPrepTime( double * pVal ); public: HRESULT put_CommandPrepTime( double CommandPrepTime ); |
[Java] |
---|
public double getCommandPrepTime(); public void setCommandPrepTime( double ); |