[NotNullAttribute]
ICommand DeleteCommand { get; set; }
<NotNullAttribute>
Property DeleteCommand As ICommand
Get
Set
[NotNullAttribute]
property ICommand^ DeleteCommand {
ICommand^ get ();
void set (ICommand^ value);
}
[<NotNullAttribute>]
abstract DeleteCommand : ICommand with get, set