Feedback

  • Contents
 

ISOAPRequest::SetProperty Method

Synopsis

Sets a supplemental SOAP request property.

Function Prototype

HRESULT SetProperty(

   [in] BSTR bstrName,

   [in] VARIANT vtValue

);

C/C++ Syntax

HRESULT SetProperty(BSTR bstrName, VARIANT vtValue);

Parameters

bstrName

The input value a string containing the name of the property you wish to set.

vtValue

The new value of the property identified by bstrName.