To read a lazy property from a Configuration Manager object returned in a query, you get the object instance, which retrieves any lazy object properties from the SMS Provider.
Use QueryProcessor object to query Configuration Manager objects.
Iterate through the query results.
Using the WqlConnectionManager you obtain in step one, call GetInstance to get the IResultObject object for each queried object that you want to get lazy properties from.
Example
The following C# code example queries for all SMS_Collection objects and then displays rule names obtained from the CollectionRules lazy property.
This module explains the structure of the namespaces that contain classes and also how to query instances of a class. It covers how to query remote computers by using ad-hoc connections and CIM sessions.