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

ReferenceBase.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]
MustOverride Public Function IsManaged( _
   ByVal solutionConfiguration As String _
) As Boolean
[C#]
public abstract bool IsManaged(
   string solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

true if the reference is managed for the specified configuration; otherwise, false.

Remarks

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

See Also

ReferenceBase Class | NAnt.VSNet Namespace