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




The copyright text to display on the page layout image in the control.

Syntax

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

See Also

© 2010 All Rights Reserved.