ESRI.ArcGIS.ADF.Web.UI.WebControls
CopyrightText Property
See Also  Send Feedback
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) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The text to display in the body of the copyright window along with copyright text from any map resources.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
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# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The text to display in the body of the copyright window along with copyright text from any map resources.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public string CopyrightText {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.