How to Add a Configuration Manager Context Qualifier by Using Managed Code
In brief
The page now uses `ms.service: configuration-manager` instead of `ms.service: microsoft-endpoint-configuration-manager`, while retaining the SDK subservice classification.
What Intune admins need to know
No administrator action is required.
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 Add a Configuration Manager Context Qualifier by Using Managed Code
In Configuration Manager, to add a context qualifier by using the managed SMS Provider, use the Context property which is a Dictionary object that holds context qualifiers.
@@ -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 Add a Configuration Manager Context Qualifier by Using Managed Code In Configuration Manager, to add a context qualifier by using the managed SMS Provider, use the [Context](/previous-versions/system-center/developer/cc147087(v=msdn.10)) property which is a `Dictionary` object that holds context qualifiers.