Xml Comments FileInvalid Reason Property
If IsValid returns false, this returns the reason that the XML comments file is invalid
Definition
Namespace: Sandcastle.Core.BuildEngine
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 InvalidReason { get; }VB
Public ReadOnly Property InvalidReason As String
GetC++
public:
property String^ InvalidReason {
String^ get ();
}F#
member InvalidReason : string with get