SQMStartWorkItemCommand.Command Property
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property Command As ICommand
public ICommand Command { get; set; }
public:
property ICommand^ Command {
ICommand^ get ();
void set (ICommand^ value);
}
member Command : ICommand with get, set
function get Command () : ICommand
function set Command (value : ICommand)
Property Value
Type: System.Windows.Input.ICommand
.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.
See Also
Reference
Microsoft.TeamFoundation.VersionControl.Controls.MyWork Namespace