Binding Redirect SettingsOld Version Property
This is used to get or set the old version number to redirect to the new version number
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public string OldVersion { get; set; }VB
Public Property OldVersion As String
Get
SetC++
public:
property String^ OldVersion {
String^ get ();
void set (String^ value);
}F#
member OldVersion : string with get, set