How to Read a Configuration Manager Site Control File Embedded Property List
In brief
The documentation now shows `ms.service: configuration-manager` paired with `ms.subservice: sdk`, replacing `microsoft-endpoint-configuration-manager`.
What Intune admins need to know
Use the updated service identifier when referencing this documentation or configuring related metadata. 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 Read a Configuration Manager Site Control File Embedded Property List
In Configuration Manager, you read an embedded property list from a site control file resource by getting the SMS_EmbeddedPropertyList object for the embedded object from the resources PropLists property array.
@@ -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 Read a Configuration Manager Site Control File Embedded Property List In Configuration Manager, you read an embedded property list from a site control file resource by getting the [SMS_EmbeddedPropertyList](../../../develop/reference/core/servers/configure/sms_embeddedpropertylist-server-wmi-class.md) object for the embedded object from the resources *PropLists* property array.