Copy From Index CommandIs Attribute Property
This read-only property determines if the source nodes are added to the target as attributes or
as child elements.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Commands
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public bool IsAttribute { get; }VB
Public ReadOnly Property IsAttribute As Boolean
GetC++
public:
property bool IsAttribute {
bool get ();
}F#
member IsAttribute : bool with get