Share via


AddedComReference.MinorVersion Property

Gets the minor version number of the COM reference.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property MinorVersion As Long
'Usage
Dim instance As AddedComReference 
Dim value As Long 

value = instance.MinorVersion
public long MinorVersion { get; }
public:
property long long MinorVersion {
    long long get ();
}
public function get MinorVersion () : long

Property Value

Type: System.Int64
The minor version number of the COM reference.

.NET Framework Security

See Also

Reference

AddedComReference Class

AddedComReference Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace