Syntax Generator Export AttributeKeyword Style Parameter Property
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.
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string KeywordStyleParameter { get; }VB
Public ReadOnly Property KeywordStyleParameter As String
GetC++
public:
property String^ KeywordStyleParameter {
String^ get ();
}F#
member KeywordStyleParameter : string with getProperty Value
StringThis 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.