ProvideBindingRedirectionAttribute.OldVersion Property

Definition

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.

Applies to