ActivationErrorRecordStruct.ContainingMethodName - Propriété
Définit ou obtient le nom de la méthode 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 ContainingMethodName As String
Get
Set
'Utilisation
Dim instance As ActivationErrorRecordStruct
Dim value As String
value = instance.ContainingMethodName
instance.ContainingMethodName = value
public string ContainingMethodName { get; set; }
Valeur de propriété
Type : System.String
Le nom de la méthode qui contient le MetadataObject qui provoque une erreur.
Voir aussi
Référence
ActivationErrorRecordStruct classe
ActivationErrorRecordStruct - Membres
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms