Shared Content ElementAttribute Property
This read-only property returns the XPath expression used to get an attribute name if the content
value is to be added as an attribute.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
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 XPathExpression Attribute { get; }VB
Public ReadOnly Property Attribute As XPathExpression
GetC++
public:
property XPathExpression^ Attribute {
XPathExpression^ get ();
}F#
member Attribute : XPathExpression with get