Identifier.OrdinalNumber Property
NOTE: This API is now obsolete.
Gets the ordinal number of the identifier in case of composite keys.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property OrdinalNumber As Byte
Get
'Usage
Dim instance As Identifier
Dim value As Byte
value = instance.OrdinalNumber
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public byte OrdinalNumber { get; }
Property Value
Type: System.Byte
A byte.
Remarks
The ordinal imposes a fixed ordering by which the sub identifiers are combined to represent the final identity.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace