ESRI.ArcGIS.ADF.Web.UI.WebControls
CopyrightText Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapCopyrightText Class : CopyrightText Property




Copyright Text to display in the copyright box. If the map resources contain any copyright information, they will be post-fixed to this text. The control will not be visible if no copyright text was available at load time.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The text to display in the body of the copyright window along with copyright text from any map resources.")>
Public Property CopyrightText As String
Visual Basic (Usage)Copy Code
Dim instance As MapCopyrightText
Dim value As String
 
instance.CopyrightText = value
 
value = instance.CopyrightText
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The text to display in the body of the copyright window along with copyright text from any map resources.")]
public string CopyrightText {get; set;}

See Also

© 2010 All Rights Reserved.