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) | |
---|
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# | |
---|
public int SubtypeCode {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also