public ICommand AuthorNavigationCommand { get; set; }Public Property AuthorNavigationCommand As ICommand
Get
Setpublic:
property ICommand^ AuthorNavigationCommand {
ICommand^ get ();
void set (ICommand^ value);
}member AuthorNavigationCommand : ICommand with get, set