TlbImpTask.

SupportsTransform Property

Summary

Indicates whether tlbimp supports transforming metadata for a given target framework. The default is true.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
TlbImpTask

Syntax

[FrameworkConfigurable("supportstransform")]
public bool SupportsTransform { 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