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

EnvironmentVariable.LiteralValue Property

[This is preliminary documentation and subject to change.]

The literal value for the environment variable.

[Visual Basic]
<TaskAttribute(Name:="value", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property LiteralValue As String
[C#]
[TaskAttribute(Name="value", Required=False, ExpandProperties=True, ProcessXml=True)]
public string LiteralValue {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.EnvironmentVariable.LiteralValue

See Also

EnvironmentVariable Class | NAnt.Core.Types Namespace