ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / Name Property
Example

In This Topic
    Name Property (Map)
    In This Topic
    Gets the name of the map.
    Syntax
    Public ReadOnly Property Name As String
    public string Name {get;}
    Example
    Get the active map's name
    {
      //Return the name of the map currently displayed in the active map view.
      var result = mapView.Map.Name;
      // Use the result variable as needed
    }
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also