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