Property (ISoapConnector) (Windows Embedded CE 6.0)
1/6/2010
This property sets or gets the value of a property specific to an ISoapConnector implementation.
Syntax
HRESULT get_Property(
BSTR pPropertyName,
VARIANT* pPropertyValue
);
HRESULT put_Property(
BSTR pPropertyName,
VARIANT PropertyValue
);
Parameters
- pPropertyName
[in] Name of the property whose value you want to set or retrieve.
- pPropertyValue or PropertyValue
[in, out] Value of the property.
Return Value
The following table describes the common return values.
Value | Description |
---|---|
S_OK |
Success. |
E_NOTIMPL |
The function contains no implementation. |
E_OUTOFMEMORY |
Out of memory. |
Remarks
For a list of the properties supported by a specific ISoapConnector implementation, see the documentation for that implementation. Currently, the SOAP Toolkit provides only the HttpConnector implementation.
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |