TransformationArgument.Content Property
Definition
- Assembly
- Sandcastle.Core.dll
This is used to get or set the argument's content for complex arguments
public XElement Content { get; set; }
Property Value
Remarks
If set to a non-null value, the value of the Value property is ignored. The
Value property takes precedence if both are set. The root element name is not
relevant. Only the content is significant and will be used.