TypeLibVersionAttribute.MinorVersion-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft die Nebenversionsnummer der Typbibliothek ab.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public int MinorVersion { get; }
public:
property int MinorVersion {
int get();
}
member MinorVersion : int with get
Public ReadOnly Property MinorVersion As Integer
Eigenschaftswert
Type: System.Int32
Die Nebenversionsnummer der Typbibliothek.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
TypeLibVersionAttribute-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang