PostSharp//API Reference/Post­Sharp.​Patterns.​Xaml/Command­Attribute/Execute­Method
Open sandboxFocus

Property ExecuteMethod

ExecuteMethod

Gets or sets the name of the method that implements the command logic. This method corresponds to the to the Execute(Object) method. It is called every time the command is invoked.

Declaration
public string ExecuteMethod { get; set; }
Property Value
Type Description
String