VCToolFile.Name Property

Sets or gets the name of the tool file.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: String
String containing the tool file name.

.NET Framework Security

See Also

Reference

VCToolFile Interface

Microsoft.VisualStudio.VCProjectEngine Namespace