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




Copyright Text Link

Syntax

Visual Basic (Declaration) 
<ResDefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The text to display in the copyright text link.")>
<CategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As MapCopyrightText
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
[ResDefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The text to display in the copyright text link.")]
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
public string Text {get; set;}

See Also

© 2010 All Rights Reserved.