CimMethodParameterDeclaration.Name Property
Gets the name of the parameter.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract string Name { get; }
public:
property String^ Name {
virtual String^ get() abstract;
}
abstract Name : string with get
Public MustOverride ReadOnly Property Name As String
Property Value
Type: System.String
The name of the parameter.
See Also
CimMethodParameterDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top