This document is archived and information here might be outdated.  Recommended version.


IWMSLayerStyleDescription.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerStyleDescription Interface > IWMSLayerStyleDescription.Name Property
ArcGIS Developer Help

IWMSLayerStyleDescription.Name Property

Name of the WMS Style.

[Visual Basic .NET]
Public Sub Name ( _
    ByRef Name As String _
)
[C#]
public void Name (
    ref string Name
);
[C++]
HRESULT get_Name(
  System.String* Name
);
[C++]
Parameters
Name 

Name is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Name is text used to identify a WMS layer style for machine-to-machine communication.

See Also

IWMSLayerStyleDescription Interface