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

IfTask.PropertyNameTrue Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

Use <if test="${propertyname}"> instead.


Used to test whether a property is true.

[Visual Basic]
<TaskAttribute(Name:="propertytrue", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  Obsolete(Message:="Use <if test="${propertyname}"> instead.", IsError:=False)>
Public Property PropertyNameTrue As String
[C#]
[TaskAttribute(Name="propertytrue", Required=False, ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use <if test="${propertyname}"> instead.", IsError=False)]
public string PropertyNameTrue {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.IfTask.PropertyNameTrue

See Also

IfTask Class | NAnt.Core.Tasks Namespace