ESRI.ArcGIS.ADF.Web.DataSources
GetCopyrightText Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IMapFunctionality Interface : GetCopyrightText Method




Gets copyright text information for the map and for the layers. Indexed by layer id.

Syntax

Visual Basic (Declaration) 
Function GetCopyrightText() As Dictionary(Of String, String)
Visual Basic (Usage)Copy Code
Dim instance As IMapFunctionality
Dim value As Dictionary(Of String, String)
 
value = instance.GetCopyrightText()
C# 
Dictionary<string, string> GetCopyrightText()

Return Value

Copyright text indexed by layer id.

See Also

© 2010 All Rights Reserved.