Opt whether to set an interrupt time for the procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseInterruptTime() As Boolean |
[C#] |
---|
public bool UseInterruptTime {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseInterruptTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseInterruptTime( VARIANT_BOOL * pVal ); public: HRESULT put_UseInterruptTime( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseInterruptTime(); public void setUseInterruptTime( bool ); |