ArcObjects Library Reference (GISClient)  

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(
  BSTR* 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