NAnt SDK Documentation - v0.92

LinkTask.Symbols Property

Symbols to add to the symbol table.

[Visual Basic]
<BuildElementCollection(ChildElementName:="symbol", ElementType:=null, Name:="symbols", Required:=False, ProcessXml:=True)>
Public Property Symbols As SymbolCollection
[C#]
[BuildElementCollection(ChildElementName="symbol", ElementType=null, Name="symbols", Required=False, ProcessXml=True)]
public NAnt.VisualCpp.Types.SymbolCollection Symbols {get; set;}

See Also

LinkTask Class | NAnt.VisualCpp.Tasks Namespace