Version

LayerName Property (MapLayer)

Sets or gets the layer's LayerName property.
Syntax
'Declaration
 
Public Property LayerName As String
public string LayerName {get; set;}
Remarks
Getting a layer's LayerName when the property is not set, or is set to null, returns the value of the layer's Name property. Setting a layer's Name property in code is considered an error and may result in ill-defined behaviour.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also