NAnt SDK Documentation - v0.92

ManagedProjectReference.IsManaged Method 

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

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

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

true.

See Also

ManagedProjectReference Class | NAnt.VSNet Namespace