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