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

LinkTask.Symbols Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.VisualCpp.Tasks.LinkTask.Symbols

See Also

LinkTask Class | NAnt.VisualCpp.Tasks Namespace