CimMethodResult.ReturnValue Property
Gets the return value of the method.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimMethodParameter ReturnValue { get; }
public:
property CimMethodParameter^ ReturnValue {
CimMethodParameter^ get();
}
member ReturnValue : CimMethodParameter with get
Public ReadOnly Property ReturnValue As CimMethodParameter
Property Value
Type: Microsoft.Management.Infrastructure.CimMethodParameter
The return value of the method.
See Also
CimMethodResult Class
Microsoft.Management.Infrastructure Namespace
Return to top