Click or drag to resize

WmiModelBaseTData, TDataModelResults Property

List of results from GetResults or GetResultsAsync. This has been made public in the event that an alternate method will be used outside of this class.

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public TData[] Results { get; set; }

Property Value

Type: TData
The data.

Implements

IWmiModelBaseTDataResults
See Also