Share via


setProperty Method (WSDLReader)

This method sets the WSDLReader properties.

HRESULT setProperty(
  BSTR bstrPropertyName, 
  VARIANT varPropValue
);

Parameters

  • bstrPropertyName
    [in] Name of the property to set. See Remarks for a list of properties.
  • varPropValue
    [in] Property value.

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

The following table lists the properties defined for the Name parameter.

Property Description
LoadOnServer A Boolean value, True (default) or False, indicating whether to use the WSDLReader object on the server. When used on the client (the value is set to False), the WSDLReader object does not require that you specify the WSML file or, if you do specify the WSML file, this object does not require that only the type mapping entries in the WSML be used. This property must be set before calling the load method.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

WSDLReader

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.