Code Example InfoLanguage Property
Gets or sets the programming language in which the example
has been coded.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
The programming language in which the example has been coded, if any source code file has been found; otherwise .
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public ProgrammingLanguage Language { get; set; }VB
Public Property Language As ProgrammingLanguage
Get
SetC++
public:
property ProgrammingLanguage^ Language {
ProgrammingLanguage^ get ();
void set (ProgrammingLanguage^ value);
}F#
member Language : ProgrammingLanguage with get, setProperty Value
ProgrammingLanguageThe programming language in which the example has been coded, if any source code file has been found; otherwise .