Difference between revisions of "Dice/FunctionContext/Name"

From DiceRoller Documentation
(Created page with "{{APIdoc|FunctionContext.Name Property}} Gets the name of the function being called, in the casing that the name was registered as. {{ns}} == Syntax == <syntaxhighlight lang...")
 
(No difference)

Latest revision as of 17:37, 27 April 2017

Gets the name of the function being called, in the casing that the name was registered as.

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

Syntax

public string Name { get; private set; }

Property Value

Type: System.String

The name of the function being called, in the casing that the name was registered as.