BuildRequestData.ExplicitlySpecifiedToolsVersion 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 explicitly requested tools version to use.
public:
property System::String ^ ExplicitlySpecifiedToolsVersion { System::String ^ get(); };
public string ExplicitlySpecifiedToolsVersion { get; }
public string ExplicitlySpecifiedToolsVersion { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ExplicitlySpecifiedToolsVersion : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ExplicitlySpecifiedToolsVersion : string
Public ReadOnly Property ExplicitlySpecifiedToolsVersion As String
Property Value
The tools version to use for the build.
- Attributes