Convertible ElementValue Attribute Name Property
This read-only property returns the name of the attribute value from which to get the value for the
converted element's content. If null, the elements nodes are used instead.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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#
public string ValueAttributeName { get; }VB
Public ReadOnly Property ValueAttributeName As String
GetC++
public:
property String^ ValueAttributeName {
String^ get ();
}F#
member ValueAttributeName : string with get