SWbemMethod.OutParameters property

The OutParameters property of the SWbemMethod object is an SWbemObject object whose properties define the out parameters and return type of this method. This property is read-only.

For an explanation of this syntax, see Document Conventions for the Scripting API.

This property is read-only.

Syntax

SWbemMethod.OutParameters As Object

Property value

Remarks

For more information about how to use this property to obtain output parameters from provider methods, see Constructing InParameters Objects and Parsing OutParameters Objects. Note that any changes made to this object are not reflected in the underlying method definition.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemdisp.h
Type library
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemMethod
IID
IID_ISWbemMethod

See also

SWbemMethod

SWbemObject.ExecMethod_

SWbemObject.ExecMethodAsync_

SWbemServices.ExecMethod

SWbemServices.ExecMethodAsync