CimMethodParametersCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual property Microsoft::Management::Infrastructure::CimMethodParameter ^ default[System::String ^] { Microsoft::Management::Infrastructure::CimMethodParameter ^ get(System::String ^ parameterName); };
public override Microsoft.Management.Infrastructure.CimMethodParameter this[string parameterName] { get; }
member this.Item(string) : Microsoft.Management.Infrastructure.CimMethodParameter
Default Public Overrides ReadOnly Property Item(parameterName As String) As CimMethodParameter
Parameters
- parameterName
- String