Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parameters of the method.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract CimReadOnlyKeyedCollection<CimMethodParameterDeclaration> Parameters { get; }
public:
property CimReadOnlyKeyedCollection<CimMethodParameterDeclaration^>^ Parameters {
virtual CimReadOnlyKeyedCollection<CimMethodParameterDeclaration^>^ get() abstract;
}
abstract Parameters : CimReadOnlyKeyedCollection<CimMethodParameterDeclaration> with get
Public MustOverride ReadOnly Property Parameters As CimReadOnlyKeyedCollection(Of CimMethodParameterDeclaration)
Property Value
Type: Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<CimMethodParameterDeclaration>
A read-only collection of method parameters.
See Also
CimMethodDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top