NAnt SDK Documentation - v0.92

DataTypeBase.CanBeReferenced Property

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