CimInstance.CimInstanceProperties Property

 

Gets the properties of the current CimInstance object.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public CimKeyedCollection<CimProperty> CimInstanceProperties { get; }
public:
property CimKeyedCollection<CimProperty^>^ CimInstanceProperties {
    CimKeyedCollection<CimProperty^>^ get();
}
member CimInstanceProperties : CimKeyedCollection<CimProperty> with get
Public ReadOnly Property CimInstanceProperties As CimKeyedCollection(Of CimProperty)

Property Value

Type: Microsoft.Management.Infrastructure.Generic.CimKeyedCollection<CimProperty>

A collection of properties for the current CimInstance object.

See Also

CimInstance Class
Microsoft.Management.Infrastructure Namespace

Return to top