Share via


CimMethodDeclaration.Parameters Property

Definition

public:
 abstract property Microsoft::Management::Infrastructure::Generic::CimReadOnlyKeyedCollection<Microsoft::Management::Infrastructure::CimMethodParameterDeclaration ^> ^ Parameters { Microsoft::Management::Infrastructure::Generic::CimReadOnlyKeyedCollection<Microsoft::Management::Infrastructure::CimMethodParameterDeclaration ^> ^ get(); };
public abstract Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<Microsoft.Management.Infrastructure.CimMethodParameterDeclaration> Parameters { get; }
member this.Parameters : Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<Microsoft.Management.Infrastructure.CimMethodParameterDeclaration>
Public MustOverride ReadOnly Property Parameters As CimReadOnlyKeyedCollection(Of CimMethodParameterDeclaration)

Property Value

Applies to