NAnt SDK Documentation - v0.92

FileReferenceBase.IsManaged Method 

Gets a value indicating whether the reference is managed for the specified configuration.

[Visual Basic]
Overrides Public Function IsManaged( _
   ByVal config As Configuration _
) As Boolean
[C#]
public override bool IsManaged(
   Configuration config
);

Parameters

config
The build configuration of the reference.

Return Value

true.

See Also

FileReferenceBase Class | NAnt.VSNet Namespace