UITestExtensionPackage.VSVersion Property

Definition

Gets the version of Visual Studio Application Lifecycle Management (ALM) that supports this UI test package.

public:
 abstract property Version ^ VSVersion { Version ^ get(); };
public abstract Version VSVersion { get; }
member this.VSVersion : Version
Public MustOverride ReadOnly Property VSVersion As Version

Property Value

The Visual Studio ALM version that supports this package.

Applies to