This is used to get or set the component's configuration information.

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public string Configuration { get; set; }
Visual Basic
Public Property Configuration As String
	Get
	Set

Property Value

Type: String
This should be an XML fragment. The root node should be named configuration.

See Also