Click or drag to resize

CodeExampleInfoLanguage Property

Gets or sets the programming language in which the example has been coded.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public ProgrammingLanguage Language { get; set; }

Property Value

Type: ProgrammingLanguage
The programming language in which the example has been coded, if any source code file has been found; otherwise null.
See Also