NAnt SDK Documentation - v0.92 |
|
EnvironmentVariable.VariableName Property
The name of the environment variable.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Required:=True, Name:="name", ExpandProperties:=True, ProcessXml:=True)>
Public Property VariableName As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="name", ExpandProperties=True, ProcessXml=True)]
public
string VariableName {get; set;}
See Also
EnvironmentVariable Class | NAnt.Core.Types Namespace