CommandInfo.Command Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A unique identifier that represents some behavior or action.

Namespace:  System.Activities.Design
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Property Command As ICommand
    Get
    Friend Set
'Usage
Dim instance As CommandInfo
Dim value As ICommand

value = instance.Command
public ICommand Command { get; internal set; }
public:
property ICommand^ Command {
    ICommand^ get ();
    internal: void set (ICommand^ value);
}
function get Command () : ICommand
internal function set Command (value : ICommand)
member Command : ICommand with get, internal set

Property Value

Type: System.Windows.Input.ICommand
Returns ICommand.

Remarks

A few examples of commands are copy, paste, and undo.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

CommandInfo Class

CommandInfo Members

System.Activities.Design Namespace