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

DataTypeBase.CanBeReferenced Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether a reference to the type can be defined.

[Visual Basic]
Public ReadOnly Property CanBeReferenced As Boolean
[C#]
public bool CanBeReferenced {get;}

Remarks

Only types with an ElementNameAttribute assigned to it, can be referenced.

See Also

DataTypeBase Class | NAnt.Core Namespace