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




The text to display for the copyright notice.

Syntax

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

See Also

© 2010 All Rights Reserved.