ArcGIS API for Silverlight - Library Reference
WmsLayer.LayerInfo Constructor(String,String,String)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > WmsLayer.LayerInfo Class > WmsLayer.LayerInfo Constructor : WmsLayer.LayerInfo Constructor(String,String,String)

name
The name.
title
The title.
legendUrl
The legend URL.
Initializes a new instance of the WmsLayer.LayerInfo class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal title As String, _
   ByVal legendUrl As String _
)
C# 
public WmsLayer.LayerInfo( 
   string name,
   string title,
   string legendUrl
)

Parameters

name
The name.
title
The title.
legendUrl
The legend URL.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.