ViewModelBuildParameterEditor.MoveDownCommand Property

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Public Property MoveDownCommand As SimpleCommand
public SimpleCommand MoveDownCommand { get; set; }
public:
property SimpleCommand^ MoveDownCommand {
    SimpleCommand^ get ();
    void set (SimpleCommand^ value);
}
member MoveDownCommand : SimpleCommand with get, set
function get MoveDownCommand () : SimpleCommand 
function set MoveDownCommand (value : SimpleCommand)

Property Value

Type: Microsoft.TeamFoundation.Build.Controls.SimpleCommand
Returns SimpleCommand.

.NET Framework Security

See Also

Reference

ViewModelBuildParameterEditor Class

Microsoft.TeamFoundation.Build.Controls Namespace