How to Call a Configuration Manager Object Class Method by Using Managed Code
In brief
The page’s `ms.service` metadata changed from `microsoft-endpoint-configuration-manager` to `configuration-manager`.
What Intune admins need to know
No administrator action is required; the updated metadata improves the page’s service association.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Call a Configuration Manager Object Class Method by Using Managed Code
To call a SMS Provider class method, in Configuration Manager, you use the ExecuteMethod method. You populate a Dictionary object with the method's parameters, and the return value is an IResultObject object that contains the result of the method call.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Call a Configuration Manager Object Class Method by Using Managed Code To call a SMS Provider class method, in Configuration Manager, you use the [ExecuteMethod](/previous-versions/system-center/developer/cc146186(v=msdn.10)) method. You populate a [Dictionary](/previous-versions/visualstudio/visual-studio-6.0/aa239680(v=vs.60)) object with the method's parameters, and the return value is an [IResultObject](/previous-versions/system-center/developer/cc147376(v=msdn.10)) object that contains the result of the method call.