ProvideBindingRedirectionAttribute::OldVersion Property

 

Gets the range of versions that will be redirected.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ OldVersion {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

This property is not set directly; it is formed by setting OldVersionLowerBound and OldVersionUpperBound.

Return to top
Show: