Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Property CommandPropertyName

CommandPropertyName

Gets or sets the name of the command property to be introduced. The substring {CommandName} will be replaced with the command name determined according to CommandNamePattern. If CommandPropertyName is not specified the name produced by appending the Command suffix to the command name.

Declaration
public string? CommandPropertyName { get; init; }
Property Value
Type Description
string
  • Navigation