IWmiModelBaseTDataResults 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 TData[] Results { get; set; }
Property Results As TData()
Get
Set
property array<TData>^ Results {
array<TData>^ get ();
void set (array<TData>^ value);
}
abstract Results : 'TData[] with get, set
Property Value
Type:
TData
The data.
See Also