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