Code SnippetKeyword Style Parameter Property
This is used to get the keyword style parameter
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public string KeywordStyleParameter { get; set; }VB
Public Property KeywordStyleParameter As String
Get
SetC++
public:
property String^ KeywordStyleParameter {
String^ get ();
void set (String^ value);
}F#
member KeywordStyleParameter : string with get, set