ESRI.ArcGIS.ADF.Web.UI.WebControls
Name Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GISResourceItem Class : Name Property




Name for the resource item.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Name of the resource.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Information")>
<NotifyParentPropertyAttribute(True)>
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As GISResourceItem
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[ResDescriptionAttribute("Name of the resource.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Information")]
[NotifyParentPropertyAttribute(true)]
public string Name {get; set;}

Remarks

This name may be used when displaying resource information to the user. For example, for a MapResourceItem, if a TOC (table of contents) control is associated with the Map control, the Name is displayed at the root of the TOC tree as the name of the resource. In this case, the Name might be set to the name of the map service or otherwise indicate the type of layers in the resource.

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.