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

ManagedProjectReference.IsManaged Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

true.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ManagedProjectReference.IsManaged(System.String)

See Also

ManagedProjectReference Class | NAnt.VSNet Namespace