Check to see if the start time is enabled for this procedure.
Read-only property
[Visual Basic .NET] |
---|
Public Property StartTimeEnabled() As Boolean |
[C#] |
---|
public bool StartTimeEnabled {get;} |
[Managed C++] |
---|
public: __property bool get_StartTimeEnabled(); |
[Unmanaged C++] |
---|
public: HRESULT get_StartTimeEnabled( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getStartTimeEnabled(); |