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