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