NAnt SDK Documentation - v0.92

ProjectReferenceBase.IsSystem Property

Gets a value indicating whether this reference represents a system assembly.

[Visual Basic]
Overrides Protected ReadOnly Property IsSystem As Boolean
[C#]
protected override bool IsSystem {get;}

Property Value

false as a project by itself can never be a system assembly.

See Also

ProjectReferenceBase Class | NAnt.VSNet Namespace