VCLinkerTool.ToolPath 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.
Gets the path to the specified tool.
public:
 property System::String ^ ToolPath { System::String ^ get(); };
	public:
 property Platform::String ^ ToolPath { Platform::String ^ get(); };
	[System.Runtime.InteropServices.DispId(120)]
public string ToolPath { [System.Runtime.InteropServices.DispId(120)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
	[<System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.DispId(120)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ToolPath : string
	Public ReadOnly Property ToolPath As String
	Property Value
A string representing the path to the specified tool.
- Attributes