ProjectFileConverter.OldProjectFile Property

Definition

Gets or sets the old project file name.

public:
 property System::String ^ OldProjectFile { System::String ^ get(); void set(System::String ^ value); };
public string OldProjectFile { get; set; }
public string OldProjectFile { [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.OldProjectFile : 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.OldProjectFile : string with get, set
Public Property OldProjectFile As String

Property Value

The old project file name.

Attributes

Remarks

This value must be set before running the Convert method.

Applies to