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

LicenseTask.Arguments Property

[This is preliminary documentation and subject to change.]

The command-line arguments for the external program.

[Visual Basic]
Overrides Public ReadOnly Property Arguments As ArgumentCollection
[C#]
public override NAnt.Core.Types.ArgumentCollection Arguments {get;}

Remarks

Override to avoid exposing these elements in build file.

See Also

LicenseTask Class | NAnt.DotNet.Tasks Namespace