ICopy Component MetadataDescription Property
This read-only property returns a brief description of the copy component
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
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#
string Description { get; }VB
ReadOnly Property Description As String
GetC++
property String^ Description {
String^ get ();
}F#
abstract Description : string with get