NAnt SDK Documentation - v0.92

ConfigurationSettings.RegisterForComInterop Property

Gets a value indicating whether to register the project output for use with COM components.

[Visual Basic]
Public ReadOnly Property RegisterForComInterop As Boolean
[C#]
public bool RegisterForComInterop {get;}

Property Value

true if the project output should be registered for use with COM components; otherwise, false.

See Also

ConfigurationSettings Class | NAnt.VSNet Namespace