public ICommand ClearCommand { get; set; }
Public Property ClearCommand As ICommand Get Set
public: property ICommand^ ClearCommand { ICommand^ get (); void set (ICommand^ value); }
member ClearCommand : ICommand with get, set
In This Article