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