Project.SubToolsetVersion Property

Definition

The sub-toolset version that, combined with the ToolsVersion, was used to determine the toolset properties for this project.

public:
 property System::String ^ SubToolsetVersion { System::String ^ get(); };
public string SubToolsetVersion { get; }
member this.SubToolsetVersion : string
Public ReadOnly Property SubToolsetVersion As String

Property Value

The SubToolsetVersion attribute value, or an empty string if the attribute is not present.

Applies to