SPWebApplication.ClientCallableSettings property

Gets the settings that control client-callable behaviors for the client object model, or specifically, for the Windows Communication Foundation (WCF) service that is provided through client.svc.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ClientCallableSettings As SPClientCallableSettings
    Get
'Usage
Dim instance As SPWebApplication
Dim value As SPClientCallableSettings

value = instance.ClientCallableSettings
public SPClientCallableSettings ClientCallableSettings { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPClientCallableSettings
SPClientCallableSettings
Settings that control client-callable behaviors.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace