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