Property Property (ISoapConnector) (Windows CE 5.0)
This property sets or gets the value of a property specific to an ISoapConnector implementation.
HRESULT get_Property(BSTRpPropertyName,VARIANT* pPropertyValue);HRESULT put_Property(BSTRpPropertyName,VARIANTPropertyValue);
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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.
See Also
ISoapConnector | A Quick Introduction to WSML
Send Feedback on this topic to the authors