IdentifierStruct.OrdinalNumber - Propriété
Obtient ou définit le nombre ordinal.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property OrdinalNumber As Byte
Get
Set
'Utilisation
Dim instance As IdentifierStruct
Dim value As Byte
value = instance.OrdinalNumber
instance.OrdinalNumber = value
public byte OrdinalNumber { get; set; }
Valeur de propriété
Type : System.Byte
Le nombre ordinal.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms