public ICommand Command { get; init; }
Public Property Command As ICommand
Get
Set
public:
virtual property ICommand^ Command {
ICommand^ get () sealed;
void set (ICommand^ value) sealed;
}
abstract Command : ICommand with get, set
override Command : ICommand with get, set