Opt whether to set a start time for the procedure.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseStartTime() As Boolean |
[C#] |
---|
public bool UseStartTime {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseStartTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseStartTime( VARIANT_BOOL * pVal ); public: HRESULT put_UseStartTime( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseStartTime(); public void setUseStartTime( bool ); |