TemplateFiles.SDKProjectFileTemplatePath 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 MSBuild C# SDK Project file (.csproj) template path.
public:
property System::String ^ SDKProjectFileTemplatePath { System::String ^ get(); };
public string SDKProjectFileTemplatePath { get; }
member this.SDKProjectFileTemplatePath : string
Public ReadOnly Property SDKProjectFileTemplatePath As String