ArcFM Server Developer Guide
setProperty Method (IXMLHTTPRequest2)


Syntax
'Declaration
 
Sub setProperty( _
   ByVal eProperty As XHR_PROPERTY, _
   ByVal ullValue As ULong _
) 
'Usage
 
Dim instance As IXMLHTTPRequest2
Dim eProperty As XHR_PROPERTY
Dim ullValue As ULong
 
instance.setProperty(eProperty, ullValue)
void setProperty( 
   XHR_PROPERTY eProperty,
   ulong ullValue
)

Parameters

eProperty
ullValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IXMLHTTPRequest2 Interface
IXMLHTTPRequest2 Members

 

 


Send Comment