SPWebApplication.AllowPartToPartCommunication - Propriété
Obtient ou définit une valeur indiquant si l'application Web permet de WebParts communiquer entre eux.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AllowPartToPartCommunication As Boolean
Get
Set
'Utilisation
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AllowPartToPartCommunication
instance.AllowPartToPartCommunication = value
public bool AllowPartToPartCommunication { get; set; }
Valeur de propriété
Type : System.Boolean
true si des WebParts sont autorisés à communiquer avec les autres ; dans le cas contraire, false. La valeur par défaut est true.