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