Identity.IdentifierCount Property
Returns the number of identifiers.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property IdentifierCount As Integer
Get
'Usage
Dim instance As Identity
Dim value As Integer
value = instance.IdentifierCount
public int IdentifierCount { get; }
Property Value
Type: System.Int32
The number of identifiers.