ESRI.ArcGIS.ADF.Tasks
Name Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > WidthItem Class : Name Property




Width name to display in the drop-down list to the user to describe the width size.

Syntax

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

See Also

© 2010 All Rights Reserved.