SWbemRefreshableItem.IsSet property
The SWbemRefreshableItem.IsSet property is a Boolean value that indicates whether the SWbemRefreshableItem object represents a single object or an object set.
For an explanation of this syntax, see Document Conventions for the Scripting API.
This property is read/write.
Syntax
SWbemRefreshableItem.IsSet As Boolean
Property value
Remarks
If SWbemRefreshableItem.IsSet is TRUE, then the item represents an SWbemObjectSet object and the Object property will be NULL. If FALSE, the item represents an SWbemObject object and the Object property is NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
Type library |
|
DLL |
|
CLSID |
CLSID_SWbemRefreshableItem |
IID |
IID_ISWbemRefreshableItem |