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


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

IWMSConnection.FullName Property

Complete information required to connect to a WMS server..

[Visual Basic .NET]
Public Property FullName As IName
[C#]
public IName FullName {get; set;}
[C++]
HRESULT get_FullName(
  IName** ppName
);
[C++]
HRESULT putref_FullName(
  IName* ppName
);
[C++]
Parameters
ppName [out, retval]

ppName is a parameter of type IName** ppName [in]
ppName is a parameter of type IName*

Product Availability

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

Remarks

Name is descriptive string for the connection.

See Also

IWMSConnection Interface