SPDataRetrievalServicesSettings.UpdateAllowed property

Obsolete. Use the UpdateAllowed property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify whether to enable update query support. (In Windows SharePoint Services 2.0, the UpdateAllowed property returned a Boolean value that indicated whether a data retrieval service adapter can run queries that update the database, and is maintained for backward compatibility.)

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

Syntax

'Declaration
Public ReadOnly Property UpdateAllowed As Boolean
    Get
'Usage
Dim instance As SPDataRetrievalServicesSettings
Dim value As Boolean

value = instance.UpdateAllowed
public bool UpdateAllowed { get; }

Property value

Type: System.Boolean
true if all data retrieval service adapters can be updated; otherwise, false.

See also

Reference

SPDataRetrievalServicesSettings class

SPDataRetrievalServicesSettings members

Microsoft.SharePoint namespace