ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowCodedValuesAsDescriptions Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : ShowCodedValuesAsDescriptions Property




Determines whether task results are displayed using descriptions instead of codes for coded value domains.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Determines whether results are displayed using descriptions instead of codes for coded value domains.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("MapTips")>
Public Property ShowCodedValuesAsDescriptions As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As Boolean
 
instance.ShowCodedValuesAsDescriptions = value
 
value = instance.ShowCodedValuesAsDescriptions
C# 
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Determines whether results are displayed using descriptions instead of codes for coded value domains.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("MapTips")]
public bool ShowCodedValuesAsDescriptions {get; set;}

See Also

© 2010 All Rights Reserved.