Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the return type of the method.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract CimType ReturnType { get; }
public:
property CimType ReturnType {
virtual CimType get() abstract;
}
abstract ReturnType : CimType with get
Public MustOverride ReadOnly Property ReturnType As CimType
Property Value
Type: Microsoft.Management.Infrastructure.CimType
The return type for the method.
See Also
CimMethodDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top