ESRI.ArcGIS.ADF.Tasks
UseCodedValueDomain Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FormEntry Class : UseCodedValueDomain Property




Whether to use coded value domain information, if available, for rendering the various values associated with the chosen query field.

Syntax

Visual Basic (Declaration) 
Public Property UseCodedValueDomain As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FormEntry
Dim value As Boolean
 
instance.UseCodedValueDomain = value
 
value = instance.UseCodedValueDomain
C# 
public bool UseCodedValueDomain {get; set;}

See Also

© 2010 All Rights Reserved.