Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the relevant file, if there is one. If none is provided, the file containing the Error task will be used.
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Public Property File As String
public string File { get; set; }
public:
property String^ File {
String^ get ();
void set (String^ value);
}
member File : string with get, set
function get File () : String
function set File (value : String)
Property Value
Type: System.String
The file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.