Compartilhar via


Propriedade ComCompatibleVersionAttribute.BuildNumber

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Obtém o número de build do assembly.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public int BuildNumber { get; }
public:
property int BuildNumber {
    int get();
}
member BuildNumber : int with get
Public ReadOnly Property BuildNumber As Integer

Valor da Propriedade

Type: System.Int32

O número de build do assembly.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe ComCompatibleVersionAttribute
Namespace System.Runtime.InteropServices

Retornar ao início