CimClass.CimClassProperties Property

 

Gets the properties of the current CimClass object.

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

Syntax

public CimReadOnlyKeyedCollection<CimPropertyDeclaration> CimClassProperties { get; }
public:
property CimReadOnlyKeyedCollection<CimPropertyDeclaration^>^ CimClassProperties {
    CimReadOnlyKeyedCollection<CimPropertyDeclaration^>^ get();
}
member CimClassProperties : CimReadOnlyKeyedCollection<CimPropertyDeclaration> with get
Public ReadOnly Property CimClassProperties As CimReadOnlyKeyedCollection(Of CimPropertyDeclaration)

Property Value

Type: Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<CimPropertyDeclaration>

A read-only collection of properties.

See Also

CimClass Class
Microsoft.Management.Infrastructure Namespace

Return to top