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)
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.