TransformationArgumentValue Property
This is used to get or set the argument's value for simple arguments
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string Value { get; set; }
Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
member Value : string with get, set
Property Value
String If set to a non-null value, the value of the
Content property is ignored.
This property will take precedence if both are set.