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