CimMethodParameter.CimType Property
Gets the CIM type of the parameter.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract CimType CimType { get; }
public:
property CimType CimType {
virtual CimType get() abstract;
}
abstract CimType : CimType with get
Public MustOverride ReadOnly Property CimType As CimType
Property Value
Type: Microsoft.Management.Infrastructure.CimType
The CIM type of the parameter.
See Also
CimMethodParameter Class
Microsoft.Management.Infrastructure Namespace
Return to top