ActivationErrorRecordStruct.ContainingEntityName - Propriété
Obtient ou définit le nom du type de contenu externe qui contient le MetadataObject qui provoque une erreur.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ContainingEntityName As String
Get
Set
'Utilisation
Dim instance As ActivationErrorRecordStruct
Dim value As String
value = instance.ContainingEntityName
instance.ContainingEntityName = value
public string ContainingEntityName { get; set; }
Valeur de propriété
Type : System.String
Le nom du type de contenu externe qui contient le MetadataObject qui provoque une erreur.
Voir aussi
Référence
ActivationErrorRecordStruct classe
ActivationErrorRecordStruct - Membres
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms