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