SPWebApplication.AllowPartToPartCommunication-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Webanwendung Webparts miteinander kommunizieren können.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowPartToPartCommunication As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.AllowPartToPartCommunication
instance.AllowPartToPartCommunication = value
public bool AllowPartToPartCommunication { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn Webparts miteinander kommunizieren dürfen; andernfalls false. Der Standardwert ist true.