CimInstance.CimSystemProperties Property
Gets the system properties of the CimInstance object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimSystemProperties CimSystemProperties { get; }
public:
property CimSystemProperties^ CimSystemProperties {
CimSystemProperties^ get();
}
member CimSystemProperties : CimSystemProperties with get
Public ReadOnly Property CimSystemProperties As CimSystemProperties
Property Value
Type: Microsoft.Management.Infrastructure.CimSystemProperties
A collection of the system properties of this CimInstance object.
See Also
CimInstance Class
Microsoft.Management.Infrastructure Namespace
Return to top