CimClass.CimClassMethods Property
Gets the methods for the current CimClass object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimReadOnlyKeyedCollection<CimMethodDeclaration> CimClassMethods { get; }
public:
property CimReadOnlyKeyedCollection<CimMethodDeclaration^>^ CimClassMethods {
CimReadOnlyKeyedCollection<CimMethodDeclaration^>^ get();
}
member CimClassMethods : CimReadOnlyKeyedCollection<CimMethodDeclaration> with get
Public ReadOnly Property CimClassMethods As CimReadOnlyKeyedCollection(Of CimMethodDeclaration)
Property Value
Type: Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<CimMethodDeclaration>
A read-only collection of methods.
See Also
CimClass Class
Microsoft.Management.Infrastructure Namespace
Return to top