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

Package.PackageName Property

[This is preliminary documentation and subject to change.]

Name of the package to reference. Multiple package can be specified with a single element as a semi-colon separated list of package names.

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Types.Package.PackageName

See Also

Package Class | NAnt.DotNet.Types Namespace