NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Token.IfDefined Property
[This is preliminary documentation and subject to change.]
Indicates if the token should be used to replace values. If true then the token will be used; otherwise, not. The default is true.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="if", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property IfDefined As
Boolean
[C#]
[TaskAttribute(Required=False, Name="if", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool IfDefined {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.Token.IfDefined
See Also
Token Class | NAnt.Core.Types Namespace