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

XsltExtensionObject.IfDefined Property

[This is preliminary documentation and subject to change.]

Indicates if the extension object should be added to the XSLT argument list. If true then the extension object will be added; otherwise, skipped. The default is true.

[Visual Basic]
<TaskAttribute(Name:="if", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property IfDefined As Boolean
[C#]
[TaskAttribute(Name="if", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool IfDefined {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.XsltExtensionObject.IfDefined

See Also

XsltExtensionObject Class | NAnt.Core.Types Namespace