HashCode.Size Property
Gets the size of the byte array representation of the hash code.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property Size As Integer
Get
'Usage
Dim instance As HashCode
Dim value As Integer
value = instance.Size
public int Size { get; }
Property Value
Type: System.Int32
The size of the byte array.