where can i add cusom property location
SELECT TOP 10 n.CPULoad,n.Caption,n.Status,n.CustomProperties.Locations AS CustomProperties_Locations,n.DetailsUrl
FROM Orion.Nodes n order by n.CPULoad descending
CustomProperties.Locations AS [CustomProperties Location]