CimMethodStreamedResult.ParameterName Property
Gets the name of the parameter.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public string ParameterName { get; private set; }
public:
property String^ ParameterName {
String^ get();
private: void set(String^ value);
}
member ParameterName : string with get, private set
Public Property ParameterName As String
Get
Private Set
End Property
Property Value
Type: System.String
The name of the parameter.
See Also
CimMethodStreamedResult Class
Microsoft.Management.Infrastructure Namespace
Return to top