NAnt SDK Documentation - v0.92

VcProjectReference.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 if the reference is managed for the specified configuration; otherwise, false.

See Also

VcProjectReference Class | NAnt.VSNet Namespace