NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
FileReferenceBase.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
config As
String _
) As
Boolean
[C#]
public override
bool IsManaged(
string config);
Parameters
-
config
- The build configuration of the reference.
Return Value
true.
Remarks
Missing <remarks> documentation for M:NAnt.VSNet.FileReferenceBase.IsManaged(System.String)
See Also
FileReferenceBase Class | NAnt.VSNet Namespace