NAnt SDK Documentation - v0.85-nightly-2005-11-09

ConfigurationSettings.RegisterForComInterop Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ConfigurationSettings.RegisterForComInterop

See Also

ConfigurationSettings Class | NAnt.VSNet Namespace