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