ESRI.ArcGIS.ADF.Web
SubtypeCode Property
See Also 
ESRI.ArcGIS.ADF.Web.Display Namespace > CodedValueInfo Class : SubtypeCode Property




Value in the subtype column (if any) to fully qualify the domain code and allow lookup of description. If the code does not require full qualification through the subtype column, then -1 should be stored in this field.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property SubtypeCode As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodedValueInfo
Dim value As Integer
 
instance.SubtypeCode = value
 
value = instance.SubtypeCode
C# 
[CompilerGeneratedAttribute()]
public int SubtypeCode {get; set;}

See Also

© 2010 All Rights Reserved.