ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetCopyrightText Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : GetCopyrightText Method




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

Syntax

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

Return Value

Copyright text indexed by layer id. The dataframe's copyright text is indexed by an empty string

See Also

© 2010 All Rights Reserved.