Template.BaseName 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 root name of the template.
public:
property System::String ^ BaseName { System::String ^ get(); };
public:
property Platform::String ^ BaseName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(40)]
public string BaseName { [System.Runtime.InteropServices.DispId(40)] get; }
[<System.Runtime.InteropServices.DispId(40)>]
[<get: System.Runtime.InteropServices.DispId(40)>]
member this.BaseName : string
Public ReadOnly Property BaseName As String
Property Value
A string representing the base name of the template.
- Attributes
Remarks
If you have, for example, templates named "MyProject5" and "MyProjectStarter," then BaseName returns "MyProject."