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