NAnt SDK Documentation - v0.92

VcWrapperReference.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 "ControlVersion" attribute.

See Also

VcWrapperReference Class | NAnt.VSNet Namespace