Transformation ArgumentValue Property
This is used to get or set the argument's value for simple arguments
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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 Value { get; set; }VB
Public Property Value As String
Get
SetC++
public:
property String^ Value {
String^ get ();
void set (String^ value);
}F#
member Value : string with get, setProperty Value
StringRemarks
If set to a non-null value, the value of the Content property is ignored.
This property will take precedence if both are set.