VCActiveXReference.minorVersion Property

Gets the minor version of the referenced assembly.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property minorVersion As Integer
int minorVersion { get; }
property int minorVersion {
    int get ();
}
abstract minorVersion : int with get
function get minorVersion () : int

Property Value

Type: Int32
The minor version of the referenced assembly.

.NET Framework Security

See Also

Reference

VCActiveXReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace