SPWebApplication.AllowPartToPartCommunication Property

Gets or sets a value indicating whether the Web application allows Web Parts to communicate with each other.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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; }

Property Value

Type: System.Boolean
true if Web Parts are allowed to communicate with each other; otherwise, false. The default value is true.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace