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

VjcTask.SupportsPackageReferences Property

[This is preliminary documentation and subject to change.]

Override to avoid exposing the configuration setting for this task as Visual J# will never support package references.

[Visual Basic]
Overrides Public Property SupportsPackageReferences As Boolean
[C#]
public override bool SupportsPackageReferences {get; set;}

Property Value

false, as the Visual J# compiler will never support package references.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.VjcTask.SupportsPackageReferences

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace