ProvideBindingRedirectionAttribute.OldVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Range of versions that will be redirected. Not set directly, it is
formed by setting OldVersionLowerBound
and
OldVersionUpperBound
.
public:
property System::String ^ OldVersion { System::String ^ get(); };
public:
property Platform::String ^ OldVersion { Platform::String ^ get(); };
public string OldVersion { get; }
member this.OldVersion : string
Public ReadOnly Property OldVersion As String
Property Value
Remarks
This property is not set directly; it is formed by setting OldVersionLowerBound and OldVersionUpperBound.