AllowRemoteXMLRequests property

Returns or sets whether the eRoom site allows processing of remote XML query-processing requests.

Syntax


C++

HRESULT get_AllowRemoteXMLRequests(
   
VARIANT_BOOL* pAllowRemoteXMLRequests)

HRESULT put_AllowRemoteXMLRequests(
   
VARIANT_BOOL MyAllowRemoteXMLRequests)

Scripting languages

Boolean = Object.AllowRemoteXMLRequests

Object.AllowRemoteXMLRequests = Boolean

Home

Applies to

IERUSiteSettings