Description
A read/write property allowing to set the name space used to filter the current property Count and the enumeration object returned by _NewEnum.
-
Property type
-
A String value.
-
Syntax
-
object.NamespaceFilter [= value]
The NamespaceFilter Property syntax has these parts: |
| object | An expression evaluating to an object of type McProperties. | | value | A String value. | Remarks
This property is an empty string by default, Count and _NewEnum then return all properties regardless of their Namespace.
|