Share via


AllowRemoteDataAccess Property

The AllowRemoteDataAccess property of the DataRoot class gets or sets a Boolean value that specifies whether the adapter accesses data that resides on a different server.

Property Value

true if the adapter is allowed to attempt access to remote data using the credentials supplied by the client; otherwise, false. The default value is true.

Remarks

If the AllowRemoteDataAccess property contains false and the client attempts to request data from a different server, a Client.Dsp.Security.CrossDomainDataAccess error is thrown.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security