< Dice‎ | FunctionContext
Revision as of 17:37, 27 April 2017 by Skizzerz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FunctionContext.Name Property

From DiceRoller Documentation

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.