NAnt SDK Documentation - v0.92

WrapperReferenceBase.PrimaryInteropAssembly Property

Gets the path of the Primary Interop Assembly.

[Visual Basic]
MustOverride Protected ReadOnly Property PrimaryInteropAssembly As String
[C#]
protected abstract string PrimaryInteropAssembly {get;}

Property Value

The path of the Primary Interop Assembly, or a null reference (Nothing in Visual Basic) if not available.

See Also

WrapperReferenceBase Class | NAnt.VSNet Namespace