This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerStyleDescription Interface > IWMSLayerStyleDescription.Name Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR* Name
);
[C++]
Parameters Name Name is a parameter of type BSTR
Name is text used to identify a WMS layer style for machine-to-machine communication.