How to sort parameters

How to sort parameters

  • To sort parameters according to a custom defined order, specify the SortProperties attribute on the parameters class.

1
2
3
<SortProperties(New String() {"Connection", "TargetFile", "Database"})> _
Public Class ScriptMain