SyntaxGeneratorExportAttribute.KeywordStyleParameter Property
Definition
- Assembly
- Sandcastle.Core.dll
This read-only property is used to get the keyword style parameter value used by the client side script in the topics for language specific keyword/separator text.
public string KeywordStyleParameter { get; }
Property Value
- string
This will be one of the following:
cs(C# or equivalent),vb(VB.NET or equivalent),cpp(C++ or equivalent),fs(F# or equivalent), or a value unique to the language.