IConfiguration Editor MetadataId Property
This read-only property returns the ID of the configurable build component
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This must match the ID of the build component for which this will provide a configuration editor
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string Id { get; }VB
ReadOnly Property Id As String
GetC++
property String^ Id {
String^ get ();
}F#
abstract Id : string with getProperty Value
StringThis must match the ID of the build component for which this will provide a configuration editor