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