'Declaration
<System.ComponentModel.DescriptionAttribute("Specifies the command line to be executed.")> <System.Activities.RequiredArgumentAttribute()> <System.ComponentModel.CategoryAttribute("Execute")> Public Property CommandLine As System.String
'Usage
Dim instance As ExecuteCMD Dim value As System.String instance.CommandLine = value value = instance.CommandLine
[System.ComponentModel.Description("Specifies the command line to be executed.")] [System.Activities.RequiredArgument()] [System.ComponentModel.Category("Execute")] public System.string CommandLine {get; set;}