How to Modify a Configuration Manager Object by Using Managed Code
In brief
The page metadata now uses `configuration-manager` instead of `microsoft-endpoint-configuration-manager` for `ms.service`.
What Intune admins need to know
No administrator action is required; this update affects documentation classification only.
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 Modify a Configuration Manager Object by Using Managed Code
To modify a Configuration Manager object instance by using the managed SMS Provider, use the object's IResultObject interface to make modifications. You then call the IResultObject.Put method to submit the changes.
@@ -5,7 +5,7 @@ ms.subservice: sdk ms.topic: how-to ms.collection: tier3 description: Learn how to modify a configuration manager object by using managed code with the provided examples and links.-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Modify a Configuration Manager Object by Using Managed Code To modify a Configuration Manager object instance by using the managed SMS Provider, use the object's [IResultObject](/previous-versions/system-center/developer/cc147376(v=msdn.10)) interface to make modifications. You then call the [IResultObject.Put](/previous-versions/system-center/developer/cc146500(v=msdn.10)) method to submit the changes.