NAnt SDK Documentation - v0.92

AvailableTask.PropertyName Property

The property that must be set if the resource is available.

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

See Also

AvailableTask Class | NAnt.Core.Tasks Namespace