Difference between revisions of "Dice/DiceMacroAttribute/Name"

From DiceRoller Documentation
(Created page with "{{APIdoc|DiceMacroAttribute.Name Property}} Gets the name of the macro, which is not necessarily the same as the name of the method the attribute is attached to. {{ns}} == S...")
 
(No difference)

Latest revision as of 22:32, 14 August 2017

Gets the name of the macro, which is not necessarily the same as the name of the method the attribute is attached to.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public string Name { get; private set; }

Property Value

Type: System.String

The name of the macro, passed into the constructor.