ManagedWrapper.CanDowngradeTo(Int32) Method
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.
Specifies whether the wrapper can be downgraded to a specific version.
public:
virtual bool CanDowngradeTo(int versionTo);
public bool CanDowngradeTo (int versionTo);
abstract member CanDowngradeTo : int -> bool
override this.CanDowngradeTo : int -> bool
Public Function CanDowngradeTo (versionTo As Integer) As Boolean
Parameters
- versionTo
- Int32
The version where the wrapper is going to be downgraded.
Returns
True if the wrapper can be downgraded to a specific version; otherwise, false.