NAnt SDK Documentation - v0.92

ManagedWrapperReference.TypeLibVersion Property

Gets the hex version of the type library as defined in the definition of the reference.

[Visual Basic]
Overrides Protected ReadOnly Property TypeLibVersion As String
[C#]
protected override string TypeLibVersion {get;}

Property Value

The hex version of the type library.

Exceptions

Exception Type Condition
BuildException

The definition of the reference does not contain a "VersionMajor" attribute.

-or

The definition of the reference does not contain a "VersionMinor" attribute.

See Also

ManagedWrapperReference Class | NAnt.VSNet Namespace