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

ReferenceBase.IsSystem Property

[This is preliminary documentation and subject to change.]

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

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

Property Value

true if this reference represents a system assembly; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ReferenceBase.IsSystem

See Also

ReferenceBase Class | NAnt.VSNet Namespace