ESRI.ArcGIS.ADF.Tasks
ShowCodedValuesAsDescriptions Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTask Class : ShowCodedValuesAsDescriptions Property




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

Syntax

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

See Also

© 2010 All Rights Reserved.