NAnt SDK Documentation - v0.92

TlbImpTask.SupportsTransform Property

Indicates whether tlbimp supports transforming metadata for a given target framework. The default is true.

[Visual Basic]
<FrameworkConfigurable(Name:="supportstransform", Required:=False, ExpandProperties:=True)>
Public Property SupportsTransform As Boolean
[C#]
[FrameworkConfigurable(Name="supportstransform", Required=False, ExpandProperties=True)]
public bool SupportsTransform {get; set;}

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace