Project.FullFileName Property

Definition

Gets or sets the fully qualified path + filename of the project file. This could be empty-string if the project doesn't have a file associated with it -- for example, if we were given the XML in memory.

C#
public string FullFileName { get; set; }
C#
public string FullFileName { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; set; }

Property Value

The full path of the project file.

Attributes

Remarks

This property is an empty string if the project does not have a file associated with it.

Applies to

Producto Versiones
MSBuild 17
MSBuild (.NET Core) 17