Share via


DataRoot.allowRemoteDataAccess property

Gets or sets a Boolean value that specifies whether the adapter accesses data that resides on a different server.

Namespace:  WebSvcDspSts
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
Public Property allowRemoteDataAccess As Boolean
    Get
    Set
'Usage
Dim instance As DataRoot
Dim value As Boolean

value = instance.allowRemoteDataAccess

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

Property value

Type: System.Boolean
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.

See also

Reference

DataRoot class

DataRoot members

WebSvcDspSts namespace