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 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