Share via


SPIisSettings.ClientObjectModelRequiresUseRemoteAPIsPermission Property

Gets or sets a value that indicates whether the user of client library needs to use SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the website.

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

Syntax

'Declaration
Public Property ClientObjectModelRequiresUseRemoteAPIsPermission As Boolean
    Get
    Set
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.ClientObjectModelRequiresUseRemoteAPIsPermission

instance.ClientObjectModelRequiresUseRemoteAPIsPermission = value
public bool ClientObjectModelRequiresUseRemoteAPIsPermission { get; set; }

Property Value

Type: System.Boolean
true if the user of client library needs to use SOAP, WebDAV, or Office SharePoint Designer 2007 interfaces to access the website; otherwise, false.

See Also

Reference

SPIisSettings Class

SPIisSettings Members

Microsoft.SharePoint.Administration Namespace