HashCode.Size - Propriété
Obtient la taille de la représentation sous forme de tableau sur un octet du code de hachage.
Espace de noms : Microsoft.BusinessData.Infrastructure
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Size As Integer
Get
'Utilisation
Dim instance As HashCode
Dim value As Integer
value = instance.Size
public int Size { get; }
Valeur de propriété
Type : System.Int32
La taille du tableau d'octets.