Get or Set the start step
| C# | Visual Basic | Visual C++ |
public EM_INIT_STEP_TYPE StartStep { get; set; }
Public Property StartStep As EM_INIT_STEP_TYPE
public: property EM_INIT_STEP_TYPE StartStep { EM_INIT_STEP_TYPE get (); void set (EM_INIT_STEP_TYPE value); }