Binding Redirect SettingsNew Version Property
This is used to get or set the new version number to which the old versions are redirected
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 NewVersion { get; set; }VB
Public Property NewVersion As String
Get
SetC++
public:
property String^ NewVersion {
String^ get ();
void set (String^ value);
}F#
member NewVersion : string with get, set