Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Property MoveUpCommand As SimpleCommand
public SimpleCommand MoveUpCommand { get; set; }
public:
property SimpleCommand^ MoveUpCommand {
SimpleCommand^ get ();
void set (SimpleCommand^ value);
}
member MoveUpCommand : SimpleCommand with get, set
function get MoveUpCommand () : SimpleCommand
function set MoveUpCommand (value : SimpleCommand)
Property Value
Type: Microsoft.TeamFoundation.Build.Controls.SimpleCommand
Returns SimpleCommand.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.