Transformation ArgumentIs For Reference Build Property
This read-only property returns whether or not the argument applies to reference builds
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 bool IsForReferenceBuild { get; }VB
Public ReadOnly Property IsForReferenceBuild As Boolean
GetC++
public:
property bool IsForReferenceBuild {
bool get ();
}F#
member IsForReferenceBuild : bool with get