public List<StepInput> StepInputs { get; set; }
Public Property StepInputs As List(Of StepInput) Get Set
public: property List<StepInput^>^ StepInputs { List<StepInput^>^ get (); void set (List<StepInput^>^ value); }