Toolset.ToolsVersion Property

Definition

Gets the version of the specified Toolset.

public:
 property System::String ^ ToolsVersion { System::String ^ get(); };
public string ToolsVersion { get; }
public string ToolsVersion { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ToolsVersion : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ToolsVersion : string
Public ReadOnly Property ToolsVersion As String

Property Value

A string representing the version of the Toolset.

Attributes

Applies to