ArcGIS Pro 2.6 API Reference Guide
SetName Method (WMSSubLayer)

ArcGIS.Desktop.Mapping Namespace > WMSSubLayer Class : SetName Method
Sets the display name for the layer, however this method is not supported for this layer type. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public override void SetName( 
   string newName
)
Public Overrides NotOverridable Sub SetName( _
   ByVal newName As String _
) 

Parameters

newName
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

WMSSubLayer Class
WMSSubLayer Members