CimPropertyDeclaration.CimType Property
Gets the CIM type of the property.
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
Returns the CIM type of the property. See the CimType enumeration for the mapping of CIM types to .NET types.
See Also
CimPropertyDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top