RequiredRuntimeAttribute(String) Constructor
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.
Constructor taking a version, such as "v2.0".
public:
RequiredRuntimeAttribute(System::String ^ runtimeVersion);
public RequiredRuntimeAttribute (string runtimeVersion);
new Microsoft.Build.Framework.RequiredRuntimeAttribute : string -> Microsoft.Build.Framework.RequiredRuntimeAttribute
Public Sub New (runtimeVersion As String)
Parameters
- runtimeVersion
- String
The version of the CLR runtime required prefaced with a "v," such as "v2.0."