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)
Available in Sandboxed Solutions: No

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