NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectFunctions.GetBuildFileUri Method 

[This is preliminary documentation and subject to change.]

Gets the Uri form of the build file.

[Visual Basic]
<Function(Name:="get-buildfile-uri")>
Public Function GetBuildFileUri() As String
[C#]
[Function(Name="get-buildfile-uri")]
public string GetBuildFileUri();

Return Value

The Uri form of the build file, or an empty String if the project is not file backed.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.ProjectFunctions.GetBuildFileUri

See Also

ProjectFunctions Class | NAnt.Core.Functions Namespace