NAnt SDK Documentation - v0.92 |
|
Module.File Property
The path of the module.
[Visual Basic]
<TaskAttribute(Name:="file", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property File As
String
[C#]
[TaskAttribute(Name="file", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
string File {get; set;}
See Also
Module Class | NAnt.DotNet.Types Namespace