Share via


CimMethodStreamedResult.ItemValue Property

 

Gets the value of the parameter.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public object ItemValue { get; private set; }
public:
property Object^ ItemValue {
    Object^ get();
    private: void set(Object^ value);
}
member ItemValue : Object with get, private set
Public Property ItemValue As Object
    Get
    Private Set
End Property

Property Value

Type: System.Object

The value of the parameter.

See Also

CimMethodStreamedResult Class
Microsoft.Management.Infrastructure Namespace

Return to top