ProjectFileConverter.NewProjectFile Property

Definition

Gets or sets the new project file name.

public:
 property System::String ^ NewProjectFile { System::String ^ get(); void set(System::String ^ value); };
public string NewProjectFile { get; set; }
public string NewProjectFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.NewProjectFile : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.NewProjectFile : string with get, set
Public Property NewProjectFile As String

Property Value

A string representing the new project file name.

Attributes

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to