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