[NotNullAttribute]
public ICommand DeleteCommand { get; }<NotNullAttribute>
Public ReadOnly Property DeleteCommand As ICommand
Getpublic:
[NotNullAttribute]
property ICommand^ DeleteCommand {
ICommand^ get ();
}[<NotNullAttribute>]
member DeleteCommand : ICommand with get