NAnt SDK Documentation - v0.92

Symbol.SymbolName Property

The name of the symbol.

[Visual Basic]
<TaskAttribute(Name:="name", Required:=True, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property SymbolName As String
[C#]
[TaskAttribute(Name="name", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string SymbolName {get; set;}

See Also

Symbol Class | NAnt.VisualCpp.Types Namespace