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)

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.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace