BuildRequestData.ExplicitlySpecifiedToolsVersion Property

Definition

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

Applies to