Gets or sets the coded value sources. Coded values will be used to show display text when viewing. Coded values will be used as combo box options during editing.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property CodedValueSources As CodedValueSources |
| C# | |
|---|
public CodedValueSources CodedValueSources {get; set;} |
Property Value
The coded value sources.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also