ArcObjects Library Reference (GISClient)  

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 [out, retval]

  ConnectionProperties is a parameter of type IPropertySet

ConnectionProperties [in]

  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