AxImpTask.

SupportsRcw Property

Summary

Indicates whether aximp supports using an existing Runtime Callable Wrapper for a given target framework. The default is true.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
AxImpTask

Syntax

[FrameworkConfigurable("supportsrcw")]
public bool SupportsRcw { get; set; }

Attributes

Type Description
FrameworkConfigurableAttribute Indicates that the value of the property to which the attribute is assigned, can be configured on the framework-level in the NAnt application configuration file.

Value

Type Description
bool