Project.SubToolsetVersion Property
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.
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.