SPIisSettings.EnableClientIntegration Property
Gets or sets a Boolean value that specifies whether client integration features are enabled in Web applications for the specified zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EnableClientIntegration As Boolean
Get
Set
'Usage
Dim instance As SPIisSettings
Dim value As Boolean
value = instance.EnableClientIntegration
instance.EnableClientIntegration = value
public bool EnableClientIntegration { get; set; }
Property Value
Type: System.Boolean
true to enable client integration features; otherwise, false. The default value is true.