Identifier.OrdinalNumber Property

Gets the ordinal number of the Identifier object from the database sequencing.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public ReadOnly Property OrdinalNumber As Byte
    Get
'Usage
Dim instance As Identifier
Dim value As Byte

value = instance.OrdinalNumber
public byte OrdinalNumber { get; }

Property Value

Type: System.Byte

The ordinal number of the Identifier.

See Also

Reference

Identifier Class

Identifier Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace