TransformationArgumentValue 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: 2024.9.12.0
public string Value { get; set; }

Property Value

String

Remarks

If set to a non-null value, the value of the Content property is ignored. This property will take precedence if both are set.

See Also