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

LoadFileTask.Property Property

[This is preliminary documentation and subject to change.]

The name of the property to save the content to.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.LoadFileTask.Property

See Also

LoadFileTask Class | NAnt.Core.Tasks Namespace