 | 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
Syntaxpublic ProgrammingLanguage Language { get; set; }
Public Property Language As ProgrammingLanguage
Get
Set
public:
property ProgrammingLanguage^ Language {
ProgrammingLanguage^ get ();
void set (ProgrammingLanguage^ value);
}
member Language : ProgrammingLanguage with get, set
Property Value
Type:
ProgrammingLanguageThe programming language in which the example
has been coded, if any source code file has been found;
otherwise
null.
See Also