NAnt SDK Documentation - v0.92

LoadFileTask.Property Property

The name of the property to save the content to.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="property", ExpandProperties:=True, ProcessXml:=True)>
Public Property Property As String
[C#]
[TaskAttribute(Required=True, Name="property", ExpandProperties=True, ProcessXml=True)]
public string Property {get; set;}

See Also

LoadFileTask Class | NAnt.Core.Tasks Namespace