Sdílet prostřednictvím


DataRoot.allowRemoteDataAccess Property

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

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

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

DspSts Web Service