NAnt SDK Documentation - v0.92 |
|
EnvironmentVariable.LiteralValue Property
The literal value for the environment variable.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="value", ExpandProperties:=True, ProcessXml:=True)>
Public Property LiteralValue As
String
[C#]
[TaskAttribute(Required=False, Name="value", ExpandProperties=True, ProcessXml=True)]
public
string LiteralValue {get; set;}
See Also
EnvironmentVariable Class | NAnt.Core.Types Namespace