CimClass.CimSystemProperties Property

 

Gets the system properties of the current CimClass 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

The system properties.

See Also

CimClass Class
Microsoft.Management.Infrastructure Namespace

Return to top