public ICommand CreateFromTemplateCommand { get; }
Public ReadOnly Property CreateFromTemplateCommand As ICommand
Get
public:
property ICommand^ CreateFromTemplateCommand {
ICommand^ get ();
}
member CreateFromTemplateCommand : ICommand with get