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


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

IWMSConnectionName.ConnectionProperties Property

Connection properties that will be used to connect to the WMS server.

[Visual Basic .NET]
Public Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet* ConnectionProperties
);
[C++]
HRESULT put_ConnectionProperties(
  IPropertySet** ConnectionProperties
);
[C++]
Parameters
ConnectionProperties [in]

ConnectionProperties is a parameter of type IPropertySet* ConnectionProperties [out, retval]
ConnectionProperties is a parameter of type IPropertySet**

Product Availability

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

Remarks

ConnectionProperties is named value pairs relating to WMS service connection.  This is where you would set the WMS server URL.  Relevant names include �URL�, which is the minimum required, and three optional names: "VERSION', which specifies the WMS version, and two names, �USER� and �PASSWORD� that can be used when connecting to a WMS service over HTTPS.

See Also

IWMSConnectionName Interface