Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.