Syntax Generator Export AttributeDescription Property
This is used to get or set a brief description of the syntax generator
Definition
Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Description { get; set; }VB
Public Property Description As String
Get
SetC++
public:
property String^ Description {
String^ get ();
void set (String^ value);
}F#
member Description : string with get, set