NAnt SDK Documentation - v0.92 |
|
ReferenceBase.IsManaged Method
Gets a value indicating whether the reference is managed for the specified configuration.
[Visual Basic]
MustOverride Public Function IsManaged( _
ByVal
solutionConfiguration As
Configuration _
) As
Boolean
Parameters
-
solutionConfiguration
- The solution configuration that is built.
Return Value
true if the reference is managed for the specified configuration; otherwise, false.
See Also
ReferenceBase Class | NAnt.VSNet Namespace