MethodStruct.EntityId - Propriété
Obtient ou définit l'ID du type de contenu externe.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property EntityId As UInteger
Get
Set
'Utilisation
Dim instance As MethodStruct
Dim value As UInteger
value = instance.EntityId
instance.EntityId = value
public uint EntityId { get; set; }
Valeur de propriété
Type : System.UInt32
L'ID de type de contenu externe.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms