Transformation ArgumentDefault Value Property
The default value if one was specified
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 DefaultValue { get; }VB
Public ReadOnly Property DefaultValue As String
GetC++
public:
property String^ DefaultValue {
String^ get ();
}F#
member DefaultValue : string with get