IWmiQueryBuilderTProperties Property |
The collection WMI Query Items.
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax IList<IWmiQueryItem> Properties { get; }
ReadOnly Property Properties As IList(Of IWmiQueryItem)
Get
property IList<IWmiQueryItem^>^ Properties {
IList<IWmiQueryItem^>^ get ();
}
abstract Properties : IList<IWmiQueryItem> with get
Property Value
Type:
IListIWmiQueryItem
The WMI Query Items.
See Also