Hi
The image is a screen shot of the layers in a wms service properties.
Is there a way to access the Name(highlighted in green) property via the ArcGIS pro python API on the layer object?

lyr.name returns what is highlighted in yellow.
I used to be able to access the Name using the serviceProperties dictionary on the layer Class in ArcMap but cannot find the equivalent in ArcPro.