CodeElement Name Property FormatC Syntax Highlighting Class Library
Gets the name of this code element.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public string Name { get; }

Field Value

The name of this element.
Remarks

This name will be used as the CSS class name for the generated HTML elements.
See Also