Public ReadOnly Property Name As String
public string Name {get;}
{ //Return the name of the map currently displayed in the active map view. var result = mapView.Map.Name; // Use the result variable as needed }
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
Map Class Map Members