public ICommand ImportCommand { get; }
Public ReadOnly Property ImportCommand As ICommand
Get
public:
virtual property ICommand^ ImportCommand {
ICommand^ get () sealed;
}
abstract ImportCommand : ICommand with get
override ImportCommand : ICommand with get